Html Css Color HEX #ACDB42 Conifer

📋 copy color: '#ACDB42'

red 172 ◦ green 219 ◦ blue 66

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

Shades of Conifer #ACDB42

Tints of Conifer #ACDB42

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.92%

 BLUE value IS 66 (26.17% from 255) = 14.44%

R = 37.64%
G = 47.92%
B = 14.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#ACDB42 (or 0xACDB42) is known color: Conifer. HEX triplet: AC, DB and 42. RGB value is (172,219,66). Sum of RGB (Red+Green+Blue) = 172+219+66=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 66 (26.17% from 255 or 14.44% from 457); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDB42 is #5324BD. Grayscale: #BCBCBC. Windows color (decimal): -5448894 or 4381612. OLE color: 4381612.

HSL color Cylindrical-coordinate representation of color #ACDB42: hue angle of 78.43º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACDB42 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 219 66 -
CMYK 0.21 0 0.70 0.14
HSL 78.43º 0.68% 0.56% -
HSV(B) 78.43º 0.7% 0.86% -
XYZ 43.33 59.83 14.42 -
YUV 187.51 59.43 116.94 -
System Red Green Blue C M Y K H S L
Decimal 172 219 66 0.21 0 0.70 0.14 78.43 0.68 0.56
Hex AC DB 42 15 0 46 E 4E 44 38
Octal 254 333 102 25 0 106 16 116 104 70
Binary 10101100 11011011 1000010 10101 0 1000110 1110 1001110 1000100 111000

Color Harmonies of #ACDB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB42

Black with #ACDB42

Text Example


Text Example

White with #ACDB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB42; }

 p { color: rgb(172,219,66); }

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

background-color css

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

 a { background-color: rgb(172,219,66); }

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

border-color css

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

 span { border-color: rgb(172,219,66); }

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