Html Css Color HEX #A0CE53 Conifer

📋 copy color: '#A0CE53'

red 160 ◦ green 206 ◦ blue 83

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

Shades of Conifer #A0CE53

Tints of Conifer #A0CE53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.49%

R = 35.63%
G = 45.88%
B = 18.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#A0CE53 (or 0xA0CE53) is known color: Conifer. HEX triplet: A0, CE and 53. RGB value is (160,206,83). Sum of RGB (Red+Green+Blue) = 160+206+83=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 83 (32.81% from 255 or 18.49% from 449); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CE53 is #5F31AC. Grayscale: #B2B2B2. Windows color (decimal): -6238637 or 5492384. OLE color: 5492384.

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

Color convert

RGB 160 206 83 -
CMYK 0.22 0 0.60 0.19
HSL 82.44º 0.56% 0.57% -
HSV(B) 82.44º 0.6% 0.81% -
XYZ 38.13 52.24 16.26 -
YUV 178.22 74.26 115 -
System Red Green Blue C M Y K H S L
Decimal 160 206 83 0.22 0 0.60 0.19 82.44 0.56 0.57
Hex A0 CE 53 16 0 3C 13 52 38 39
Octal 240 316 123 26 0 74 23 122 70 71
Binary 10100000 11001110 1010011 10110 0 111100 10011 1010010 111000 111001

Color Harmonies of #A0CE53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CE53

Black with #A0CE53

Text Example


Text Example

White with #A0CE53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CE53; }

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

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

background-color css

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

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

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

border-color css

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

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

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