Html Css Color HEX #ADEB8A Feijoa

📋 copy color: '#ADEB8A'

red 173 ◦ green 235 ◦ blue 138

#ADEB8A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #ADEB8A

Tints of Feijoa #ADEB8A

RGB

 RED value IS 173 (67.97% from 255) = 31.68%

 GREEN value IS 235 (92.19% from 255) = 43.04%

 BLUE value IS 138 (54.3% from 255) = 25.27%

R = 31.68%
G = 43.04%
B = 25.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.41

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ADEB8A (or 0xADEB8A) is known color: Feijoa. HEX triplet: AD, EB and 8A. RGB value is (173,235,138). Sum of RGB (Red+Green+Blue) = 173+235+138=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 235 (92.19% from 255 or 43.04% from 546); Blue value is 138 (54.30% from 255 or 25.27% from 546); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEB8A is #521475. Grayscale: #CDCDCD. Windows color (decimal): -5379190 or 9104301. OLE color: 9104301.

HSL color Cylindrical-coordinate representation of color #ADEB8A: hue angle of 98.35º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADEB8A is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 235 138 -
CMYK 0.26 0 0.41 0.08
HSL 98.35º 0.71% 0.73% -
HSV(B) 98.35º 0.41% 0.92% -
XYZ 51.53 70.14 34.87 -
YUV 205.4 89.96 104.89 -
System Red Green Blue C M Y K H S L
Decimal 173 235 138 0.26 0 0.41 0.08 98.35 0.71 0.73
Hex AD EB 8A 1A 0 29 8 62 47 49
Octal 255 353 212 32 0 51 10 142 107 111
Binary 10101101 11101011 10001010 11010 0 101001 1000 1100010 1000111 1001001

Color Harmonies of #ADEB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEB8A

Black with #ADEB8A

Text Example


Text Example

White with #ADEB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEB8A; }

 p { color: rgb(173,235,138); }

 H1.HeaderClassName
 {
   color: #ADEB8A;
 }
 .AnyTagClassName
 {
   color: #ADEB8A;
 }
</style>

background-color css

<style>
 a { background-color: #ADEB8A; }

 a { background-color: rgb(173,235,138); }

 div.DivClassName
 {
   background-color: #ADEB8A;
 }
 .BgClassName
 {
   background-color: #ADEB8A;
 }
</style>

border-color css

<style>
 span { border-color: #ADEB8A; }

 span { border-color: rgb(173,235,138); }

 td.TdClassName
 {
   border-color: #ADEB8A;
 }
 .TagClassName
 {
   border-color: #ADEB8A;
 }
</style>