Html Css Color HEX #A0D850 Conifer

📋 copy color: '#A0D850'

red 160 ◦ green 216 ◦ blue 80

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

Shades of Conifer #A0D850

Tints of Conifer #A0D850

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.37%

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

R = 35.09%
G = 47.37%
B = 17.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#A0D850 (or 0xA0D850) is known color: Conifer. HEX triplet: A0, D8 and 50. RGB value is (160,216,80). Sum of RGB (Red+Green+Blue) = 160+216+80=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 216 (84.77% from 255 or 47.37% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D850 is #5F27AF. Grayscale: #B8B8B8. Windows color (decimal): -6236080 or 5298336. OLE color: 5298336.

HSL color Cylindrical-coordinate representation of color #A0D850: hue angle of 84.71º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0D850 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 216 80 -
CMYK 0.26 0 0.63 0.15
HSL 84.71º 0.64% 0.58% -
HSV(B) 84.71º 0.63% 0.85% -
XYZ 40.5 57.16 16.49 -
YUV 183.75 69.45 111.06 -
System Red Green Blue C M Y K H S L
Decimal 160 216 80 0.26 0 0.63 0.15 84.71 0.64 0.58
Hex A0 D8 50 1A 0 3F F 55 40 3A
Octal 240 330 120 32 0 77 17 125 100 72
Binary 10100000 11011000 1010000 11010 0 111111 1111 1010101 1000000 111010

Color Harmonies of #A0D850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D850

Black with #A0D850

Text Example


Text Example

White with #A0D850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D850; }

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

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

background-color css

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

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

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

border-color css

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

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

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