Html Css Color HEX #ACDD58 Conifer

📋 copy color: '#ACDD58'

red 172 ◦ green 221 ◦ blue 88

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

Shades of Conifer #ACDD58

Tints of Conifer #ACDD58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.3%

R = 35.76%
G = 45.95%
B = 18.3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#ACDD58 (or 0xACDD58) is known color: Conifer. HEX triplet: AC, DD and 58. RGB value is (172,221,88). Sum of RGB (Red+Green+Blue) = 172+221+88=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 88 (34.77% from 255 or 18.30% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD58 is #5322A7. Grayscale: #BFBFBF. Windows color (decimal): -5448360 or 5823916. OLE color: 5823916.

HSL color Cylindrical-coordinate representation of color #ACDD58: hue angle of 82.11º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACDD58 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 221 88 -
CMYK 0.22 0 0.60 0.13
HSL 82.11º 0.66% 0.61% -
HSV(B) 82.11º 0.6% 0.87% -
XYZ 44.63 61.19 18.69 -
YUV 191.19 69.77 114.31 -
System Red Green Blue C M Y K H S L
Decimal 172 221 88 0.22 0 0.60 0.13 82.11 0.66 0.61
Hex AC DD 58 16 0 3C D 52 42 3D
Octal 254 335 130 26 0 74 15 122 102 75
Binary 10101100 11011101 1011000 10110 0 111100 1101 1010010 1000010 111101

Color Harmonies of #ACDD58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD58

Black with #ACDD58

Text Example


Text Example

White with #ACDD58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD58; }

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

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

background-color css

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

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

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

border-color css

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

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

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