Html Css Color HEX #ACD08B Feijoa

📋 copy color: '#ACD08B'

red 172 ◦ green 208 ◦ blue 139

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

Shades of Feijoa #ACD08B

Tints of Feijoa #ACD08B

RGB

 RED value IS 172 (67.58% from 255) = 33.14%

 GREEN value IS 208 (81.64% from 255) = 40.08%

 BLUE value IS 139 (54.69% from 255) = 26.78%

R = 33.14%
G = 40.08%
B = 26.78%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#ACD08B (or 0xACD08B) is known color: Feijoa. HEX triplet: AC, D0 and 8B. RGB value is (172,208,139). Sum of RGB (Red+Green+Blue) = 172+208+139=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD08B is #532F74. Grayscale: #BDBDBD. Windows color (decimal): -5451637 or 9162924. OLE color: 9162924.

HSL color Cylindrical-coordinate representation of color #ACD08B: hue angle of 91.3º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACD08B is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 208 139 -
CMYK 0.17 0 0.33 0.18
HSL 91.3º 0.42% 0.68% -
HSV(B) 91.3º 0.33% 0.82% -
XYZ 44.23 55.75 32.86 -
YUV 189.37 99.57 115.61 -
System Red Green Blue C M Y K H S L
Decimal 172 208 139 0.17 0 0.33 0.18 91.3 0.42 0.68
Hex AC D0 8B 11 0 21 12 5B 2A 44
Octal 254 320 213 21 0 41 22 133 52 104
Binary 10101100 11010000 10001011 10001 0 100001 10010 1011011 101010 1000100

Color Harmonies of #ACD08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD08B

Black with #ACD08B

Text Example


Text Example

White with #ACD08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD08B; }

 p { color: rgb(172,208,139); }

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

background-color css

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

 a { background-color: rgb(172,208,139); }

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

border-color css

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

 span { border-color: rgb(172,208,139); }

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