Html Css Color HEX #A0CE56 Conifer

📋 copy color: '#A0CE56'

red 160 ◦ green 206 ◦ blue 86

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

Shades of Conifer #A0CE56

Tints of Conifer #A0CE56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.03%

R = 35.4%
G = 45.58%
B = 19.03%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#A0CE56 (or 0xA0CE56) is known color: Conifer. HEX triplet: A0, CE and 56. RGB value is (160,206,86). Sum of RGB (Red+Green+Blue) = 160+206+86=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 86 (33.98% from 255 or 19.03% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CE56 is #5F31A9. Grayscale: #B3B3B3. Windows color (decimal): -6238634 or 5688992. OLE color: 5688992.

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

Color convert

RGB 160 206 86 -
CMYK 0.22 0 0.58 0.19
HSL 83º 0.55% 0.57% -
HSV(B) 83º 0.58% 0.81% -
XYZ 38.25 52.29 16.88 -
YUV 178.57 75.76 114.76 -
System Red Green Blue C M Y K H S L
Decimal 160 206 86 0.22 0 0.58 0.19 83 0.55 0.57
Hex A0 CE 56 16 0 3A 13 53 37 39
Octal 240 316 126 26 0 72 23 123 67 71
Binary 10100000 11001110 1010110 10110 0 111010 10011 1010011 110111 111001

Color Harmonies of #A0CE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CE56

Black with #A0CE56

Text Example


Text Example

White with #A0CE56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CE56; }

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

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

background-color css

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

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

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

border-color css

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

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

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