Html Css Color HEX #ACD27C Feijoa

📋 copy color: '#ACD27C'

red 172 ◦ green 210 ◦ blue 124

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

Shades of Feijoa #ACD27C

Tints of Feijoa #ACD27C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.51%

R = 33.99%
G = 41.5%
B = 24.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#ACD27C (or 0xACD27C) is known color: Feijoa. HEX triplet: AC, D2 and 7C. RGB value is (172,210,124). Sum of RGB (Red+Green+Blue) = 172+210+124=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 210 (82.42% from 255 or 41.50% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD27C is #532D83. Grayscale: #BDBDBD. Windows color (decimal): -5451140 or 8180396. OLE color: 8180396.

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

Color convert

RGB 172 210 124 -
CMYK 0.18 0 0.41 0.18
HSL 86.51º 0.49% 0.65% -
HSV(B) 86.51º 0.41% 0.82% -
XYZ 43.7 56.32 27.64 -
YUV 188.83 91.41 115.99 -
System Red Green Blue C M Y K H S L
Decimal 172 210 124 0.18 0 0.41 0.18 86.51 0.49 0.65
Hex AC D2 7C 12 0 29 12 57 31 41
Octal 254 322 174 22 0 51 22 127 61 101
Binary 10101100 11010010 1111100 10010 0 101001 10010 1010111 110001 1000001

Color Harmonies of #ACD27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD27C

Black with #ACD27C

Text Example


Text Example

White with #ACD27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD27C; }

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

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

background-color css

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

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

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

border-color css

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

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

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