Html Css Color HEX #ACD260 Conifer

📋 copy color: '#ACD260'

red 172 ◦ green 210 ◦ blue 96

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

Shades of Conifer #ACD260

Tints of Conifer #ACD260

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.93%

 BLUE value IS 96 (37.89% from 255) = 20.08%

R = 35.98%
G = 43.93%
B = 20.08%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#ACD260 (or 0xACD260) is known color: Conifer. HEX triplet: AC, D2 and 60. RGB value is (172,210,96). Sum of RGB (Red+Green+Blue) = 172+210+96=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD260 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD260 is #532D9F. Grayscale: #BABABA. Windows color (decimal): -5451168 or 6345388. OLE color: 6345388.

HSL color Cylindrical-coordinate representation of color #ACD260: hue angle of 80º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACD260 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 210 96 -
CMYK 0.18 0 0.54 0.18
HSL 80º 0.56% 0.6% -
HSV(B) 80º 0.54% 0.82% -
XYZ 42.17 55.71 19.6 -
YUV 185.64 77.41 118.27 -
System Red Green Blue C M Y K H S L
Decimal 172 210 96 0.18 0 0.54 0.18 80 0.56 0.6
Hex AC D2 60 12 0 36 12 50 38 3C
Octal 254 322 140 22 0 66 22 120 70 74
Binary 10101100 11010010 1100000 10010 0 110110 10010 1010000 111000 111100

Color Harmonies of #ACD260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD260

Black with #ACD260

Text Example


Text Example

White with #ACD260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD260; }

 p { color: rgb(172,210,96); }

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

background-color css

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

 a { background-color: rgb(172,210,96); }

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

border-color css

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

 span { border-color: rgb(172,210,96); }

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