Html Css Color HEX #ACDB47 Conifer

📋 copy color: '#ACDB47'

red 172 ◦ green 219 ◦ blue 71

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

Shades of Conifer #ACDB47

Tints of Conifer #ACDB47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.37%

R = 37.23%
G = 47.4%
B = 15.37%

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

#ACDB47 (or 0xACDB47) is known color: Conifer. HEX triplet: AC, DB and 47. RGB value is (172,219,71). Sum of RGB (Red+Green+Blue) = 172+219+71=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 71 (28.12% from 255 or 15.37% from 462); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDB47 is #5324B8. Grayscale: #BCBCBC. Windows color (decimal): -5448889 or 4709292. OLE color: 4709292.

HSL color Cylindrical-coordinate representation of color #ACDB47: hue angle of 79.05º 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 #ACDB47 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 219 71 -
CMYK 0.21 0 0.68 0.14
HSL 79.05º 0.67% 0.57% -
HSV(B) 79.05º 0.68% 0.86% -
XYZ 43.48 59.89 15.23 -
YUV 188.08 61.93 116.53 -
System Red Green Blue C M Y K H S L
Decimal 172 219 71 0.21 0 0.68 0.14 79.05 0.67 0.57
Hex AC DB 47 15 0 44 E 4F 43 39
Octal 254 333 107 25 0 104 16 117 103 71
Binary 10101100 11011011 1000111 10101 0 1000100 1110 1001111 1000011 111001

Color Harmonies of #ACDB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB47

Black with #ACDB47

Text Example


Text Example

White with #ACDB47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB47; }

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

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

background-color css

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

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

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

border-color css

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

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

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