Html Css Color HEX #ACDE4D Conifer

📋 copy color: '#ACDE4D'

red 172 ◦ green 222 ◦ blue 77

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

Shades of Conifer #ACDE4D

Tints of Conifer #ACDE4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.35%

R = 36.52%
G = 47.13%
B = 16.35%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#ACDE4D (or 0xACDE4D) is known color: Conifer. HEX triplet: AC, DE and 4D. RGB value is (172,222,77). Sum of RGB (Red+Green+Blue) = 172+222+77=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 222 (87.11% from 255 or 47.13% from 471); Blue value is 77 (30.47% from 255 or 16.35% from 471); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDE4D is #5321B2. Grayscale: #BFBFBF. Windows color (decimal): -5448115 or 5103276. OLE color: 5103276.

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

Color convert

RGB 172 222 77 -
CMYK 0.23 0 0.65 0.13
HSL 80.69º 0.69% 0.59% -
HSV(B) 80.69º 0.65% 0.87% -
XYZ 44.47 61.55 16.56 -
YUV 190.52 63.94 114.79 -
System Red Green Blue C M Y K H S L
Decimal 172 222 77 0.23 0 0.65 0.13 80.69 0.69 0.59
Hex AC DE 4D 17 0 41 D 51 45 3B
Octal 254 336 115 27 0 101 15 121 105 73
Binary 10101100 11011110 1001101 10111 0 1000001 1101 1010001 1000101 111011

Color Harmonies of #ACDE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDE4D

Black with #ACDE4D

Text Example


Text Example

White with #ACDE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDE4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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