Html Css Color HEX #A0CE5E Conifer

📋 copy color: '#A0CE5E'

red 160 ◦ green 206 ◦ blue 94

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

Shades of Conifer #A0CE5E

Tints of Conifer #A0CE5E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.78%

 BLUE value IS 94 (37.11% from 255) = 20.43%

R = 34.78%
G = 44.78%
B = 20.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#A0CE5E (or 0xA0CE5E) is known color: Conifer. HEX triplet: A0, CE and 5E. RGB value is (160,206,94). Sum of RGB (Red+Green+Blue) = 160+206+94=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CE5E is #5F31A1. Grayscale: #B3B3B3. Windows color (decimal): -6238626 or 6213280. OLE color: 6213280.

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

Color convert

RGB 160 206 94 -
CMYK 0.22 0 0.54 0.19
HSL 84.64º 0.53% 0.59% -
HSV(B) 84.64º 0.54% 0.81% -
XYZ 38.59 52.42 18.67 -
YUV 179.48 79.76 114.11 -
System Red Green Blue C M Y K H S L
Decimal 160 206 94 0.22 0 0.54 0.19 84.64 0.53 0.59
Hex A0 CE 5E 16 0 36 13 55 35 3B
Octal 240 316 136 26 0 66 23 125 65 73
Binary 10100000 11001110 1011110 10110 0 110110 10011 1010101 110101 111011

Color Harmonies of #A0CE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CE5E

Black with #A0CE5E

Text Example


Text Example

White with #A0CE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CE5E; }

 p { color: rgb(160,206,94); }

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

background-color css

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

 a { background-color: rgb(160,206,94); }

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

border-color css

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

 span { border-color: rgb(160,206,94); }

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