Html Css Color HEX #A0D650 Conifer

📋 copy color: '#A0D650'

red 160 ◦ green 214 ◦ blue 80

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

Shades of Conifer #A0D650

Tints of Conifer #A0D650

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.14%

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

R = 35.24%
G = 47.14%
B = 17.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#A0D650 (or 0xA0D650) is known color: Conifer. HEX triplet: A0, D6 and 50. RGB value is (160,214,80). Sum of RGB (Red+Green+Blue) = 160+214+80=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 80 (31.64% from 255 or 17.62% from 454); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D650 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D650 is #5F29AF. Grayscale: #B7B7B7. Windows color (decimal): -6236592 or 5297824. OLE color: 5297824.

HSL color Cylindrical-coordinate representation of color #A0D650: hue angle of 84.18º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0D650 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 214 80 -
CMYK 0.25 0 0.63 0.16
HSL 84.18º 0.62% 0.58% -
HSV(B) 84.18º 0.63% 0.84% -
XYZ 39.99 56.15 16.32 -
YUV 182.58 70.11 111.9 -
System Red Green Blue C M Y K H S L
Decimal 160 214 80 0.25 0 0.63 0.16 84.18 0.62 0.58
Hex A0 D6 50 19 0 3F 10 54 3E 3A
Octal 240 326 120 31 0 77 20 124 76 72
Binary 10100000 11010110 1010000 11001 0 111111 10000 1010100 111110 111010

Color Harmonies of #A0D650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D650

Black with #A0D650

Text Example


Text Example

White with #A0D650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D650; }

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

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

background-color css

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

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

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

border-color css

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

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

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