Html Css Color HEX #A2F962 Conifer

📋 copy color: '#A2F962'

red 162 ◦ green 249 ◦ blue 98

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

Shades of Conifer #A2F962

Tints of Conifer #A2F962

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.92%

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

R = 31.83%
G = 48.92%
B = 19.25%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#A2F962 (or 0xA2F962) is known color: Conifer. HEX triplet: A2, F9 and 62. RGB value is (162,249,98). Sum of RGB (Red+Green+Blue) = 162+249+98=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 98 (38.67% from 255 or 19.25% from 509); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F962 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F962 is #5D069D. Grayscale: #CECECE. Windows color (decimal): -6096542 or 6486434. OLE color: 6486434.

HSL color Cylindrical-coordinate representation of color #A2F962: hue angle of 94.57º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2F962 is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 249 98 -
CMYK 0.35 0 0.61 0.02
HSL 94.57º 0.93% 0.68% -
HSV(B) 94.57º 0.61% 0.98% -
XYZ 50.98 76.31 23.6 -
YUV 205.77 67.18 96.78 -
System Red Green Blue C M Y K H S L
Decimal 162 249 98 0.35 0 0.61 0.02 94.57 0.93 0.68
Hex A2 F9 62 23 0 3D 2 5F 5D 44
Octal 242 371 142 43 0 75 2 137 135 104
Binary 10100010 11111001 1100010 100011 0 111101 10 1011111 1011101 1000100

Color Harmonies of #A2F962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F962

Black with #A2F962

Text Example


Text Example

White with #A2F962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F962; }

 p { color: rgb(162,249,98); }

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

background-color css

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

 a { background-color: rgb(162,249,98); }

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

border-color css

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

 span { border-color: rgb(162,249,98); }

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