Html Css Color HEX #A0CE54 Conifer

📋 copy color: '#A0CE54'

red 160 ◦ green 206 ◦ blue 84

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

Shades of Conifer #A0CE54

Tints of Conifer #A0CE54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.67%

R = 35.56%
G = 45.78%
B = 18.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#A0CE54 (or 0xA0CE54) is known color: Conifer. HEX triplet: A0, CE and 54. RGB value is (160,206,84). Sum of RGB (Red+Green+Blue) = 160+206+84=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 84 (33.20% from 255 or 18.67% from 450); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CE54 is #5F31AB. Grayscale: #B2B2B2. Windows color (decimal): -6238636 or 5557920. OLE color: 5557920.

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

Color convert

RGB 160 206 84 -
CMYK 0.22 0 0.59 0.19
HSL 82.62º 0.55% 0.57% -
HSV(B) 82.62º 0.59% 0.81% -
XYZ 38.17 52.26 16.46 -
YUV 178.34 74.76 114.92 -
System Red Green Blue C M Y K H S L
Decimal 160 206 84 0.22 0 0.59 0.19 82.62 0.55 0.57
Hex A0 CE 54 16 0 3B 13 53 37 39
Octal 240 316 124 26 0 73 23 123 67 71
Binary 10100000 11001110 1010100 10110 0 111011 10011 1010011 110111 111001

Color Harmonies of #A0CE54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CE54

Black with #A0CE54

Text Example


Text Example

White with #A0CE54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CE54; }

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

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

background-color css

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

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

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

border-color css

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

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

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