Html Css Color HEX #A0CE5D Conifer

📋 copy color: '#A0CE5D'

red 160 ◦ green 206 ◦ blue 93

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

Shades of Conifer #A0CE5D

Tints of Conifer #A0CE5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.26%

R = 34.86%
G = 44.88%
B = 20.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#A0CE5D (or 0xA0CE5D) is known color: Conifer. HEX triplet: A0, CE and 5D. RGB value is (160,206,93). Sum of RGB (Red+Green+Blue) = 160+206+93=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CE5D is #5F31A2. Grayscale: #B3B3B3. Windows color (decimal): -6238627 or 6147744. OLE color: 6147744.

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

Color convert

RGB 160 206 93 -
CMYK 0.22 0 0.55 0.19
HSL 84.42º 0.54% 0.59% -
HSV(B) 84.42º 0.55% 0.81% -
XYZ 38.54 52.41 18.44 -
YUV 179.36 79.26 114.19 -
System Red Green Blue C M Y K H S L
Decimal 160 206 93 0.22 0 0.55 0.19 84.42 0.54 0.59
Hex A0 CE 5D 16 0 37 13 54 36 3B
Octal 240 316 135 26 0 67 23 124 66 73
Binary 10100000 11001110 1011101 10110 0 110111 10011 1010100 110110 111011

Color Harmonies of #A0CE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CE5D

Black with #A0CE5D

Text Example


Text Example

White with #A0CE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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