Html Css Color HEX #ACD27E Feijoa

📋 copy color: '#ACD27E'

red 172 ◦ green 210 ◦ blue 126

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

Shades of Feijoa #ACD27E

Tints of Feijoa #ACD27E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.34%

 BLUE value IS 126 (49.61% from 255) = 24.8%

R = 33.86%
G = 41.34%
B = 24.8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.4

 K value IS 0.18

RGB Variations

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

Color information

#ACD27E (or 0xACD27E) is known color: Feijoa. HEX triplet: AC, D2 and 7E. RGB value is (172,210,126). Sum of RGB (Red+Green+Blue) = 172+210+126=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 126 (49.61% from 255 or 24.80% from 508); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD27E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD27E is #532D81. Grayscale: #BDBDBD. Windows color (decimal): -5451138 or 8311468. OLE color: 8311468.

HSL color Cylindrical-coordinate representation of color #ACD27E: hue angle of 87.14º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACD27E is Cyan = 0.18, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 210 126 -
CMYK 0.18 0 0.4 0.18
HSL 87.14º 0.48% 0.66% -
HSV(B) 87.14º 0.4% 0.82% -
XYZ 43.83 56.37 28.31 -
YUV 189.06 92.41 115.83 -
System Red Green Blue C M Y K H S L
Decimal 172 210 126 0.18 0 0.4 0.18 87.14 0.48 0.66
Hex AC D2 7E 12 0 28 12 57 30 42
Octal 254 322 176 22 0 50 22 127 60 102
Binary 10101100 11010010 1111110 10010 0 101000 10010 1010111 110000 1000010

Color Harmonies of #ACD27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD27E

Black with #ACD27E

Text Example


Text Example

White with #ACD27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD27E; }

 p { color: rgb(172,210,126); }

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

background-color css

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

 a { background-color: rgb(172,210,126); }

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

border-color css

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

 span { border-color: rgb(172,210,126); }

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