Html Css Color HEX #ACDB45 Conifer

📋 copy color: '#ACDB45'

red 172 ◦ green 219 ◦ blue 69

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

Shades of Conifer #ACDB45

Tints of Conifer #ACDB45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15%

R = 37.39%
G = 47.61%
B = 15%

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

#ACDB45 (or 0xACDB45) is known color: Conifer. HEX triplet: AC, DB and 45. RGB value is (172,219,69). Sum of RGB (Red+Green+Blue) = 172+219+69=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 69 (27.34% from 255 or 15% from 460); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDB45 is #5324BA. Grayscale: #BCBCBC. Windows color (decimal): -5448891 or 4578220. OLE color: 4578220.

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

Color convert

RGB 172 219 69 -
CMYK 0.21 0 0.68 0.14
HSL 78.8º 0.68% 0.56% -
HSV(B) 78.8º 0.68% 0.86% -
XYZ 43.42 59.86 14.9 -
YUV 187.85 60.93 116.7 -
System Red Green Blue C M Y K H S L
Decimal 172 219 69 0.21 0 0.68 0.14 78.8 0.68 0.56
Hex AC DB 45 15 0 44 E 4F 44 38
Octal 254 333 105 25 0 104 16 117 104 70
Binary 10101100 11011011 1000101 10101 0 1000100 1110 1001111 1000100 111000

Color Harmonies of #ACDB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB45

Black with #ACDB45

Text Example


Text Example

White with #ACDB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB45; }

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

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

background-color css

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

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

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

border-color css

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

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

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