Html Css Color HEX #ACD27F Feijoa

📋 copy color: '#ACD27F'

red 172 ◦ green 210 ◦ blue 127

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

Shades of Feijoa #ACD27F

Tints of Feijoa #ACD27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.95%

R = 33.79%
G = 41.26%
B = 24.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#ACD27F (or 0xACD27F) is known color: Feijoa. HEX triplet: AC, D2 and 7F. RGB value is (172,210,127). Sum of RGB (Red+Green+Blue) = 172+210+127=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 127 (50% from 255 or 24.95% from 509); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD27F is #532D80. Grayscale: #BDBDBD. Windows color (decimal): -5451137 or 8377004. OLE color: 8377004.

HSL color Cylindrical-coordinate representation of color #ACD27F: hue angle of 87.47º 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 #ACD27F is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 210 127 -
CMYK 0.18 0 0.40 0.18
HSL 87.47º 0.48% 0.66% -
HSV(B) 87.47º 0.4% 0.82% -
XYZ 43.89 56.4 28.65 -
YUV 189.18 92.91 115.75 -
System Red Green Blue C M Y K H S L
Decimal 172 210 127 0.18 0 0.40 0.18 87.47 0.48 0.66
Hex AC D2 7F 12 0 28 12 57 30 42
Octal 254 322 177 22 0 50 22 127 60 102
Binary 10101100 11010010 1111111 10010 0 101000 10010 1010111 110000 1000010

Color Harmonies of #ACD27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD27F

Black with #ACD27F

Text Example


Text Example

White with #ACD27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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