Html Css Color HEX #ACDB48 Conifer

📋 copy color: '#ACDB48'

red 172 ◦ green 219 ◦ blue 72

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

Shades of Conifer #ACDB48

Tints of Conifer #ACDB48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.55%

R = 37.15%
G = 47.3%
B = 15.55%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#ACDB48 (or 0xACDB48) is known color: Conifer. HEX triplet: AC, DB and 48. RGB value is (172,219,72). Sum of RGB (Red+Green+Blue) = 172+219+72=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 72 (28.52% from 255 or 15.55% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDB48 is #5324B7. Grayscale: #BCBCBC. Windows color (decimal): -5448888 or 4774828. OLE color: 4774828.

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

Color convert

RGB 172 219 72 -
CMYK 0.21 0 0.67 0.14
HSL 79.18º 0.67% 0.57% -
HSV(B) 79.18º 0.67% 0.86% -
XYZ 43.51 59.9 15.4 -
YUV 188.19 62.43 116.45 -
System Red Green Blue C M Y K H S L
Decimal 172 219 72 0.21 0 0.67 0.14 79.18 0.67 0.57
Hex AC DB 48 15 0 43 E 4F 43 39
Octal 254 333 110 25 0 103 16 117 103 71
Binary 10101100 11011011 1001000 10101 0 1000011 1110 1001111 1000011 111001

Color Harmonies of #ACDB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB48

Black with #ACDB48

Text Example


Text Example

White with #ACDB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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