Html Css Color HEX #A0CB5C Conifer

📋 copy color: '#A0CB5C'

red 160 ◦ green 203 ◦ blue 92

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

Shades of Conifer #A0CB5C

Tints of Conifer #A0CB5C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.62%

 BLUE value IS 92 (36.33% from 255) = 20.22%

R = 35.16%
G = 44.62%
B = 20.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#A0CB5C (or 0xA0CB5C) is known color: Conifer. HEX triplet: A0, CB and 5C. RGB value is (160,203,92). Sum of RGB (Red+Green+Blue) = 160+203+92=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CB5C is #5F34A3. Grayscale: #B1B1B1. Windows color (decimal): -6239396 or 6081440. OLE color: 6081440.

HSL color Cylindrical-coordinate representation of color #A0CB5C: hue angle of 83.24º degrees, saturation: 0.52, 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 #A0CB5C is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 203 92 -
CMYK 0.21 0 0.55 0.20
HSL 83.24º 0.52% 0.58% -
HSV(B) 83.24º 0.55% 0.8% -
XYZ 37.78 50.96 17.97 -
YUV 177.49 79.75 115.53 -
System Red Green Blue C M Y K H S L
Decimal 160 203 92 0.21 0 0.55 0.20 83.24 0.52 0.58
Hex A0 CB 5C 15 0 37 14 53 34 3A
Octal 240 313 134 25 0 67 24 123 64 72
Binary 10100000 11001011 1011100 10101 0 110111 10100 1010011 110100 111010

Color Harmonies of #A0CB5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CB5C

Black with #A0CB5C

Text Example


Text Example

White with #A0CB5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CB5C; }

 p { color: rgb(160,203,92); }

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

background-color css

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

 a { background-color: rgb(160,203,92); }

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

border-color css

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

 span { border-color: rgb(160,203,92); }

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