Html Css Color HEX #A0CC55 Conifer

📋 copy color: '#A0CC55'

red 160 ◦ green 204 ◦ blue 85

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

Shades of Conifer #A0CC55

Tints of Conifer #A0CC55

RGB

 RED value IS 160 (62.89% from 255) = 35.63%

 GREEN value IS 204 (80.08% from 255) = 45.43%

 BLUE value IS 85 (33.59% from 255) = 18.93%

R = 35.63%
G = 45.43%
B = 18.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#A0CC55 (or 0xA0CC55) is known color: Conifer. HEX triplet: A0, CC and 55. RGB value is (160,204,85). Sum of RGB (Red+Green+Blue) = 160+204+85=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CC55 is #5F33AA. Grayscale: #B1B1B1. Windows color (decimal): -6239147 or 5622944. OLE color: 5622944.

HSL color Cylindrical-coordinate representation of color #A0CC55: hue angle of 82.18º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0CC55 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 204 85 -
CMYK 0.22 0 0.58 0.2
HSL 82.18º 0.54% 0.57% -
HSV(B) 82.18º 0.58% 0.8% -
XYZ 37.73 51.32 16.51 -
YUV 177.28 75.92 115.68 -
System Red Green Blue C M Y K H S L
Decimal 160 204 85 0.22 0 0.58 0.2 82.18 0.54 0.57
Hex A0 CC 55 16 0 3A 14 52 36 39
Octal 240 314 125 26 0 72 24 122 66 71
Binary 10100000 11001100 1010101 10110 0 111010 10100 1010010 110110 111001

Color Harmonies of #A0CC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CC55

Black with #A0CC55

Text Example


Text Example

White with #A0CC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CC55; }

 p { color: rgb(160,204,85); }

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

background-color css

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

 a { background-color: rgb(160,204,85); }

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

border-color css

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

 span { border-color: rgb(160,204,85); }

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