Html Css Color HEX #ACDD40 Conifer

📋 copy color: '#ACDD40'

red 172 ◦ green 221 ◦ blue 64

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

Shades of Conifer #ACDD40

Tints of Conifer #ACDD40

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.36%

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

R = 37.64%
G = 48.36%
B = 14%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#ACDD40 (or 0xACDD40) is known color: Conifer. HEX triplet: AC, DD and 40. RGB value is (172,221,64). Sum of RGB (Red+Green+Blue) = 172+221+64=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDD40 is #5322BF. Grayscale: #BDBDBD. Windows color (decimal): -5448384 or 4251052. OLE color: 4251052.

HSL color Cylindrical-coordinate representation of color #ACDD40: hue angle of 78.73º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACDD40 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 221 64 -
CMYK 0.22 0 0.71 0.13
HSL 78.73º 0.7% 0.56% -
HSV(B) 78.73º 0.71% 0.87% -
XYZ 43.8 60.85 14.29 -
YUV 188.45 57.77 116.27 -
System Red Green Blue C M Y K H S L
Decimal 172 221 64 0.22 0 0.71 0.13 78.73 0.7 0.56
Hex AC DD 40 16 0 47 D 4F 46 38
Octal 254 335 100 26 0 107 15 117 106 70
Binary 10101100 11011101 1000000 10110 0 1000111 1101 1001111 1000110 111000

Color Harmonies of #ACDD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD40

Black with #ACDD40

Text Example


Text Example

White with #ACDD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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