Html Css Color HEX #ACD58E Feijoa

📋 copy color: '#ACD58E'

red 172 ◦ green 213 ◦ blue 142

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

Shades of Feijoa #ACD58E

Tints of Feijoa #ACD58E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.42%

 BLUE value IS 142 (55.86% from 255) = 26.94%

R = 32.64%
G = 40.42%
B = 26.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#ACD58E (or 0xACD58E) is known color: Feijoa. HEX triplet: AC, D5 and 8E. RGB value is (172,213,142). Sum of RGB (Red+Green+Blue) = 172+213+142=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD58E is #532A71. Grayscale: #C0C0C0. Windows color (decimal): -5450354 or 9360812. OLE color: 9360812.

HSL color Cylindrical-coordinate representation of color #ACD58E: hue angle of 94.65º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACD58E is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 213 142 -
CMYK 0.19 0 0.33 0.16
HSL 94.65º 0.46% 0.7% -
HSV(B) 94.65º 0.33% 0.84% -
XYZ 45.69 58.31 34.44 -
YUV 192.65 99.42 113.27 -
System Red Green Blue C M Y K H S L
Decimal 172 213 142 0.19 0 0.33 0.16 94.65 0.46 0.7
Hex AC D5 8E 13 0 21 10 5F 2E 46
Octal 254 325 216 23 0 41 20 137 56 106
Binary 10101100 11010101 10001110 10011 0 100001 10000 1011111 101110 1000110

Color Harmonies of #ACD58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD58E

Black with #ACD58E

Text Example


Text Example

White with #ACD58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD58E; }

 p { color: rgb(172,213,142); }

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

background-color css

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

 a { background-color: rgb(172,213,142); }

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

border-color css

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

 span { border-color: rgb(172,213,142); }

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