Html Css Color HEX #A0DF50 Conifer

📋 copy color: '#A0DF50'

red 160 ◦ green 223 ◦ blue 80

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

Shades of Conifer #A0DF50

Tints of Conifer #A0DF50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.28%

R = 34.56%
G = 48.16%
B = 17.28%

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

#A0DF50 (or 0xA0DF50) is known color: Conifer. HEX triplet: A0, DF and 50. RGB value is (160,223,80). Sum of RGB (Red+Green+Blue) = 160+223+80=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DF50 is #5F20AF. Grayscale: #BCBCBC. Windows color (decimal): -6234288 or 5300128. OLE color: 5300128.

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

Color convert

RGB 160 223 80 -
CMYK 0.28 0 0.64 0.13
HSL 86.43º 0.69% 0.59% -
HSV(B) 86.43º 0.64% 0.87% -
XYZ 42.33 60.83 17.1 -
YUV 187.86 67.13 108.13 -
System Red Green Blue C M Y K H S L
Decimal 160 223 80 0.28 0 0.64 0.13 86.43 0.69 0.59
Hex A0 DF 50 1C 0 40 D 56 45 3B
Octal 240 337 120 34 0 100 15 126 105 73
Binary 10100000 11011111 1010000 11100 0 1000000 1101 1010110 1000101 111011

Color Harmonies of #A0DF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DF50

Black with #A0DF50

Text Example


Text Example

White with #A0DF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DF50; }

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

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

background-color css

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

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

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

border-color css

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

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

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