Html Css Color HEX #ACD08A Feijoa

📋 copy color: '#ACD08A'

red 172 ◦ green 208 ◦ blue 138

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

Shades of Feijoa #ACD08A

Tints of Feijoa #ACD08A

RGB

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

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

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

R = 33.2%
G = 40.15%
B = 26.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#ACD08A (or 0xACD08A) is known color: Feijoa. HEX triplet: AC, D0 and 8A. RGB value is (172,208,138). Sum of RGB (Red+Green+Blue) = 172+208+138=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD08A is #532F75. Grayscale: #BDBDBD. Windows color (decimal): -5451638 or 9097388. OLE color: 9097388.

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

Color convert

RGB 172 208 138 -
CMYK 0.17 0 0.34 0.18
HSL 90.86º 0.43% 0.68% -
HSV(B) 90.86º 0.34% 0.82% -
XYZ 44.16 55.72 32.47 -
YUV 189.26 99.07 115.69 -
System Red Green Blue C M Y K H S L
Decimal 172 208 138 0.17 0 0.34 0.18 90.86 0.43 0.68
Hex AC D0 8A 11 0 22 12 5B 2B 44
Octal 254 320 212 21 0 42 22 133 53 104
Binary 10101100 11010000 10001010 10001 0 100010 10010 1011011 101011 1000100

Color Harmonies of #ACD08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD08A

Black with #ACD08A

Text Example


Text Example

White with #ACD08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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