Html Css Color HEX #A2E960 Conifer

📋 copy color: '#A2E960'

red 162 ◦ green 233 ◦ blue 96

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

Shades of Conifer #A2E960

Tints of Conifer #A2E960

RGB

 RED value IS 162 (63.67% from 255) = 32.99%

 GREEN value IS 233 (91.41% from 255) = 47.45%

 BLUE value IS 96 (37.89% from 255) = 19.55%

R = 32.99%
G = 47.45%
B = 19.55%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#A2E960 (or 0xA2E960) is known color: Conifer. HEX triplet: A2, E9 and 60. RGB value is (162,233,96). Sum of RGB (Red+Green+Blue) = 162+233+96=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 233 (91.41% from 255 or 47.45% from 491); Blue value is 96 (37.89% from 255 or 19.55% from 491); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E960 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E960 is #5D169F. Grayscale: #C4C4C4. Windows color (decimal): -6100640 or 6351266. OLE color: 6351266.

HSL color Cylindrical-coordinate representation of color #A2E960: hue angle of 91.09º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2E960 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 233 96 -
CMYK 0.30 0 0.59 0.09
HSL 91.09º 0.76% 0.65% -
HSV(B) 91.09º 0.59% 0.91% -
XYZ 46.15 66.8 21.53 -
YUV 196.15 71.48 103.64 -
System Red Green Blue C M Y K H S L
Decimal 162 233 96 0.30 0 0.59 0.09 91.09 0.76 0.65
Hex A2 E9 60 1E 0 3B 9 5B 4C 41
Octal 242 351 140 36 0 73 11 133 114 101
Binary 10100010 11101001 1100000 11110 0 111011 1001 1011011 1001100 1000001

Color Harmonies of #A2E960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E960

Black with #A2E960

Text Example


Text Example

White with #A2E960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E960; }

 p { color: rgb(162,233,96); }

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

background-color css

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

 a { background-color: rgb(162,233,96); }

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

border-color css

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

 span { border-color: rgb(162,233,96); }

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