Html Css Color HEX #A0CC5F Conifer

📋 copy color: '#A0CC5F'

red 160 ◦ green 204 ◦ blue 95

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

Shades of Conifer #A0CC5F

Tints of Conifer #A0CC5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.7%

R = 34.86%
G = 44.44%
B = 20.7%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#A0CC5F (or 0xA0CC5F) is known color: Conifer. HEX triplet: A0, CC and 5F. RGB value is (160,204,95). Sum of RGB (Red+Green+Blue) = 160+204+95=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 95 (37.5% from 255 or 20.70% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CC5F is #5F33A0. Grayscale: #B2B2B2. Windows color (decimal): -6239137 or 6278304. OLE color: 6278304.

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

Color convert

RGB 160 204 95 -
CMYK 0.22 0 0.53 0.2
HSL 84.22º 0.52% 0.59% -
HSV(B) 84.22º 0.53% 0.8% -
XYZ 38.16 51.49 18.75 -
YUV 178.42 80.92 114.86 -
System Red Green Blue C M Y K H S L
Decimal 160 204 95 0.22 0 0.53 0.2 84.22 0.52 0.59
Hex A0 CC 5F 16 0 35 14 54 34 3B
Octal 240 314 137 26 0 65 24 124 64 73
Binary 10100000 11001100 1011111 10110 0 110101 10100 1010100 110100 111011

Color Harmonies of #A0CC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CC5F

Black with #A0CC5F

Text Example


Text Example

White with #A0CC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CC5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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