Html Css Color HEX #ACDE64 Conifer

📋 copy color: '#ACDE64'

red 172 ◦ green 222 ◦ blue 100

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

Shades of Conifer #ACDE64

Tints of Conifer #ACDE64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.24%

R = 34.82%
G = 44.94%
B = 20.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#ACDE64 (or 0xACDE64) is known color: Conifer. HEX triplet: AC, DE and 64. RGB value is (172,222,100). Sum of RGB (Red+Green+Blue) = 172+222+100=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 222 (87.11% from 255 or 44.94% from 494); Blue value is 100 (39.45% from 255 or 20.24% from 494); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDE64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDE64 is #53219B. Grayscale: #C1C1C1. Windows color (decimal): -5448092 or 6610604. OLE color: 6610604.

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

Color convert

RGB 172 222 100 -
CMYK 0.23 0 0.55 0.13
HSL 84.59º 0.65% 0.63% -
HSV(B) 84.59º 0.55% 0.87% -
XYZ 45.43 61.93 21.62 -
YUV 193.14 75.44 112.92 -
System Red Green Blue C M Y K H S L
Decimal 172 222 100 0.23 0 0.55 0.13 84.59 0.65 0.63
Hex AC DE 64 17 0 37 D 55 41 3F
Octal 254 336 144 27 0 67 15 125 101 77
Binary 10101100 11011110 1100100 10111 0 110111 1101 1010101 1000001 111111

Color Harmonies of #ACDE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDE64

Black with #ACDE64

Text Example


Text Example

White with #ACDE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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