Html Css Color HEX #A0DF51 Conifer

📋 copy color: '#A0DF51'

red 160 ◦ green 223 ◦ blue 81

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

Shades of Conifer #A0DF51

Tints of Conifer #A0DF51

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.06%

 BLUE value IS 81 (32.03% from 255) = 17.46%

R = 34.48%
G = 48.06%
B = 17.46%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#A0DF51 (or 0xA0DF51) is known color: Conifer. HEX triplet: A0, DF and 51. RGB value is (160,223,81). Sum of RGB (Red+Green+Blue) = 160+223+81=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 81 (32.03% from 255 or 17.46% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DF51 is #5F20AE. Grayscale: #BCBCBC. Windows color (decimal): -6234287 or 5365664. OLE color: 5365664.

HSL color Cylindrical-coordinate representation of color #A0DF51: hue angle of 86.62º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0DF51 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 223 81 -
CMYK 0.28 0 0.64 0.13
HSL 86.62º 0.69% 0.6% -
HSV(B) 86.62º 0.64% 0.87% -
XYZ 42.37 60.84 17.3 -
YUV 187.98 67.63 108.05 -
System Red Green Blue C M Y K H S L
Decimal 160 223 81 0.28 0 0.64 0.13 86.62 0.69 0.6
Hex A0 DF 51 1C 0 40 D 57 45 3C
Octal 240 337 121 34 0 100 15 127 105 74
Binary 10100000 11011111 1010001 11100 0 1000000 1101 1010111 1000101 111100

Color Harmonies of #A0DF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DF51

Black with #A0DF51

Text Example


Text Example

White with #A0DF51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DF51; }

 p { color: rgb(160,223,81); }

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

background-color css

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

 a { background-color: rgb(160,223,81); }

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

border-color css

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

 span { border-color: rgb(160,223,81); }

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