Html Css Color HEX #ACDB40 Conifer

📋 copy color: '#ACDB40'

red 172 ◦ green 219 ◦ blue 64

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

Shades of Conifer #ACDB40

Tints of Conifer #ACDB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.07%

R = 37.8%
G = 48.13%
B = 14.07%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#ACDB40 (or 0xACDB40) is known color: Conifer. HEX triplet: AC, DB and 40. RGB value is (172,219,64). Sum of RGB (Red+Green+Blue) = 172+219+64=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 64 (25.39% from 255 or 14.07% from 455); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDB40 is #5324BF. Grayscale: #BBBBBB. Windows color (decimal): -5448896 or 4250540. OLE color: 4250540.

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

Color convert

RGB 172 219 64 -
CMYK 0.21 0 0.71 0.14
HSL 78.19º 0.68% 0.55% -
HSV(B) 78.19º 0.71% 0.86% -
XYZ 43.27 59.8 14.11 -
YUV 187.28 58.43 117.1 -
System Red Green Blue C M Y K H S L
Decimal 172 219 64 0.21 0 0.71 0.14 78.19 0.68 0.55
Hex AC DB 40 15 0 47 E 4E 44 37
Octal 254 333 100 25 0 107 16 116 104 67
Binary 10101100 11011011 1000000 10101 0 1000111 1110 1001110 1000100 110111

Color Harmonies of #ACDB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB40

Black with #ACDB40

Text Example


Text Example

White with #ACDB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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