Html Css Color HEX #A0CC5B Conifer

📋 copy color: '#A0CC5B'

red 160 ◦ green 204 ◦ blue 91

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

Shades of Conifer #A0CC5B

Tints of Conifer #A0CC5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20%

R = 35.16%
G = 44.84%
B = 20%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#A0CC5B (or 0xA0CC5B) is known color: Conifer. HEX triplet: A0, CC and 5B. RGB value is (160,204,91). Sum of RGB (Red+Green+Blue) = 160+204+91=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CC5B is #5F33A4. Grayscale: #B2B2B2. Windows color (decimal): -6239141 or 6016160. OLE color: 6016160.

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

Color convert

RGB 160 204 91 -
CMYK 0.22 0 0.55 0.2
HSL 83.36º 0.53% 0.58% -
HSV(B) 83.36º 0.55% 0.8% -
XYZ 37.98 51.41 17.82 -
YUV 177.96 78.92 115.19 -
System Red Green Blue C M Y K H S L
Decimal 160 204 91 0.22 0 0.55 0.2 83.36 0.53 0.58
Hex A0 CC 5B 16 0 37 14 53 35 3A
Octal 240 314 133 26 0 67 24 123 65 72
Binary 10100000 11001100 1011011 10110 0 110111 10100 1010011 110101 111010

Color Harmonies of #A0CC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CC5B

Black with #A0CC5B

Text Example


Text Example

White with #A0CC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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