Html Css Color HEX #ACD27D Feijoa

📋 copy color: '#ACD27D'

red 172 ◦ green 210 ◦ blue 125

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

Shades of Feijoa #ACD27D

Tints of Feijoa #ACD27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.65%

R = 33.93%
G = 41.42%
B = 24.65%

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

#ACD27D (or 0xACD27D) is known color: Feijoa. HEX triplet: AC, D2 and 7D. RGB value is (172,210,125). Sum of RGB (Red+Green+Blue) = 172+210+125=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD27D is #532D82. Grayscale: #BDBDBD. Windows color (decimal): -5451139 or 8245932. OLE color: 8245932.

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

Color convert

RGB 172 210 125 -
CMYK 0.18 0 0.40 0.18
HSL 86.82º 0.49% 0.66% -
HSV(B) 86.82º 0.4% 0.82% -
XYZ 43.76 56.34 27.97 -
YUV 188.95 91.91 115.91 -
System Red Green Blue C M Y K H S L
Decimal 172 210 125 0.18 0 0.40 0.18 86.82 0.49 0.66
Hex AC D2 7D 12 0 28 12 57 31 42
Octal 254 322 175 22 0 50 22 127 61 102
Binary 10101100 11010010 1111101 10010 0 101000 10010 1010111 110001 1000010

Color Harmonies of #ACD27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD27D

Black with #ACD27D

Text Example


Text Example

White with #ACD27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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