Html Css Color HEX #A0D962 Conifer

📋 copy color: '#A0D962'

red 160 ◦ green 217 ◦ blue 98

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

Shades of Conifer #A0D962

Tints of Conifer #A0D962

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.68%

 BLUE value IS 98 (38.67% from 255) = 20.63%

R = 33.68%
G = 45.68%
B = 20.63%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#A0D962 (or 0xA0D962) is known color: Conifer. HEX triplet: A0, D9 and 62. RGB value is (160,217,98). Sum of RGB (Red+Green+Blue) = 160+217+98=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 98 (38.67% from 255 or 20.63% from 475); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D962 is #5F269D. Grayscale: #BABABA. Windows color (decimal): -6235806 or 6478240. OLE color: 6478240.

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

Color convert

RGB 160 217 98 -
CMYK 0.26 0 0.55 0.15
HSL 88.74º 0.61% 0.62% -
HSV(B) 88.74º 0.55% 0.85% -
XYZ 41.51 57.98 20.56 -
YUV 186.39 78.12 109.18 -
System Red Green Blue C M Y K H S L
Decimal 160 217 98 0.26 0 0.55 0.15 88.74 0.61 0.62
Hex A0 D9 62 1A 0 37 F 59 3D 3E
Octal 240 331 142 32 0 67 17 131 75 76
Binary 10100000 11011001 1100010 11010 0 110111 1111 1011001 111101 111110

Color Harmonies of #A0D962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D962

Black with #A0D962

Text Example


Text Example

White with #A0D962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D962; }

 p { color: rgb(160,217,98); }

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

background-color css

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

 a { background-color: rgb(160,217,98); }

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

border-color css

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

 span { border-color: rgb(160,217,98); }

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