Html Css Color HEX #ACDE46 Conifer

📋 copy color: '#ACDE46'

red 172 ◦ green 222 ◦ blue 70

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

Shades of Conifer #ACDE46

Tints of Conifer #ACDE46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.09%

R = 37.07%
G = 47.84%
B = 15.09%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#ACDE46 (or 0xACDE46) is known color: Conifer. HEX triplet: AC, DE and 46. RGB value is (172,222,70). Sum of RGB (Red+Green+Blue) = 172+222+70=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 222 (87.11% from 255 or 47.84% from 464); Blue value is 70 (27.73% from 255 or 15.09% from 464); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDE46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDE46 is #5321B9. Grayscale: #BEBEBE. Windows color (decimal): -5448122 or 4644524. OLE color: 4644524.

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

Color convert

RGB 172 222 70 -
CMYK 0.23 0 0.68 0.13
HSL 79.74º 0.7% 0.57% -
HSV(B) 79.74º 0.68% 0.87% -
XYZ 44.24 61.46 15.32 -
YUV 189.72 60.44 115.36 -
System Red Green Blue C M Y K H S L
Decimal 172 222 70 0.23 0 0.68 0.13 79.74 0.7 0.57
Hex AC DE 46 17 0 44 D 50 46 39
Octal 254 336 106 27 0 104 15 120 106 71
Binary 10101100 11011110 1000110 10111 0 1000100 1101 1010000 1000110 111001

Color Harmonies of #ACDE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDE46

Black with #ACDE46

Text Example


Text Example

White with #ACDE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDE46; }

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

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

background-color css

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

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

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

border-color css

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

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

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