Html Css Color HEX #A2FA62 Conifer

📋 copy color: '#A2FA62'

red 162 ◦ green 250 ◦ blue 98

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

Shades of Conifer #A2FA62

Tints of Conifer #A2FA62

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.02%

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

R = 31.76%
G = 49.02%
B = 19.22%

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

#A2FA62 (or 0xA2FA62) is known color: Conifer. HEX triplet: A2, FA and 62. RGB value is (162,250,98). Sum of RGB (Red+Green+Blue) = 162+250+98=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 98 (38.67% from 255 or 19.22% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FA62 is #5D059D. Grayscale: #CECECE. Windows color (decimal): -6096286 or 6486690. OLE color: 6486690.

HSL color Cylindrical-coordinate representation of color #A2FA62: hue angle of 94.74º degrees, saturation: 0.94, 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 #A2FA62 is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 250 98 -
CMYK 0.35 0 0.61 0.02
HSL 94.74º 0.94% 0.68% -
HSV(B) 94.74º 0.61% 0.98% -
XYZ 51.29 76.93 23.7 -
YUV 206.36 66.85 96.36 -
System Red Green Blue C M Y K H S L
Decimal 162 250 98 0.35 0 0.61 0.02 94.74 0.94 0.68
Hex A2 FA 62 23 0 3D 2 5F 5E 44
Octal 242 372 142 43 0 75 2 137 136 104
Binary 10100010 11111010 1100010 100011 0 111101 10 1011111 1011110 1000100

Color Harmonies of #A2FA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FA62

Black with #A2FA62

Text Example


Text Example

White with #A2FA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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