Html Css Color HEX #ACDB46 Conifer

📋 copy color: '#ACDB46'

red 172 ◦ green 219 ◦ blue 70

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

Shades of Conifer #ACDB46

Tints of Conifer #ACDB46

RGB

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

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

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

R = 37.31%
G = 47.51%
B = 15.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#ACDB46 (or 0xACDB46) is known color: Conifer. HEX triplet: AC, DB and 46. RGB value is (172,219,70). Sum of RGB (Red+Green+Blue) = 172+219+70=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 70 (27.73% from 255 or 15.18% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDB46 is #5324B9. Grayscale: #BCBCBC. Windows color (decimal): -5448890 or 4643756. OLE color: 4643756.

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

Color convert

RGB 172 219 70 -
CMYK 0.21 0 0.68 0.14
HSL 78.93º 0.67% 0.57% -
HSV(B) 78.93º 0.68% 0.86% -
XYZ 43.45 59.88 15.06 -
YUV 187.96 61.43 116.62 -
System Red Green Blue C M Y K H S L
Decimal 172 219 70 0.21 0 0.68 0.14 78.93 0.67 0.57
Hex AC DB 46 15 0 44 E 4F 43 39
Octal 254 333 106 25 0 104 16 117 103 71
Binary 10101100 11011011 1000110 10101 0 1000100 1110 1001111 1000011 111001

Color Harmonies of #ACDB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB46

Black with #ACDB46

Text Example


Text Example

White with #ACDB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB46; }

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

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

background-color css

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

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

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

border-color css

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

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

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