Html Css Color HEX #A2FF61 Conifer

📋 copy color: '#A2FF61'

red 162 ◦ green 255 ◦ blue 97

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

Shades of Conifer #A2FF61

Tints of Conifer #A2FF61

RGB

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

 GREEN value IS 255 (100% from 255) = 49.61%

 BLUE value IS 97 (38.28% from 255) = 18.87%

R = 31.52%
G = 49.61%
B = 18.87%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#A2FF61 (or 0xA2FF61) is known color: Conifer. HEX triplet: A2, FF and 61. RGB value is (162,255,97). Sum of RGB (Red+Green+Blue) = 162+255+97=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 97 (38.28% from 255 or 18.87% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FF61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FF61 is #5D009E. Grayscale: #D1D1D1. Windows color (decimal): -6095007 or 6422434. OLE color: 6422434.

HSL color Cylindrical-coordinate representation of color #A2FF61: hue angle of 95.32º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2FF61 is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB 162 255 97 -
CMYK 0.36 0 0.62 0
HSL 95.32º 1% 0.69% -
HSV(B) 95.32º 0.62% 1% -
XYZ 52.82 80.06 23.98 -
YUV 209.18 64.69 94.35 -
System Red Green Blue C M Y K H S L
Decimal 162 255 97 0.36 0 0.62 0 95.32 1 0.69
Hex A2 FF 61 24 0 3E 0 5F 64 45
Octal 242 377 141 44 0 76 0 137 144 105
Binary 10100010 11111111 1100001 100100 0 111110 0 1011111 1100100 1000101

Color Harmonies of #A2FF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FF61

Black with #A2FF61

Text Example


Text Example

White with #A2FF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FF61; }

 p { color: rgb(162,255,97); }

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

background-color css

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

 a { background-color: rgb(162,255,97); }

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

border-color css

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

 span { border-color: rgb(162,255,97); }

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