Html Css Color HEX #ACDE5E Conifer

📋 copy color: '#ACDE5E'

red 172 ◦ green 222 ◦ blue 94

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

Shades of Conifer #ACDE5E

Tints of Conifer #ACDE5E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.49%

 BLUE value IS 94 (37.11% from 255) = 19.26%

R = 35.25%
G = 45.49%
B = 19.26%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#ACDE5E (or 0xACDE5E) is known color: Conifer. HEX triplet: AC, DE and 5E. RGB value is (172,222,94). Sum of RGB (Red+Green+Blue) = 172+222+94=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 94 (37.11% from 255 or 19.26% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDE5E is #5321A1. Grayscale: #C0C0C0. Windows color (decimal): -5448098 or 6217388. OLE color: 6217388.

HSL color Cylindrical-coordinate representation of color #ACDE5E: hue angle of 83.44º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACDE5E is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 222 94 -
CMYK 0.23 0 0.58 0.13
HSL 83.44º 0.66% 0.62% -
HSV(B) 83.44º 0.58% 0.87% -
XYZ 45.15 61.82 20.14 -
YUV 192.46 72.44 113.41 -
System Red Green Blue C M Y K H S L
Decimal 172 222 94 0.23 0 0.58 0.13 83.44 0.66 0.62
Hex AC DE 5E 17 0 3A D 53 42 3E
Octal 254 336 136 27 0 72 15 123 102 76
Binary 10101100 11011110 1011110 10111 0 111010 1101 1010011 1000010 111110

Color Harmonies of #ACDE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDE5E

Black with #ACDE5E

Text Example


Text Example

White with #ACDE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDE5E; }

 p { color: rgb(172,222,94); }

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

background-color css

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

 a { background-color: rgb(172,222,94); }

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

border-color css

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

 span { border-color: rgb(172,222,94); }

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