Html Css Color HEX #A2FF5F Conifer

📋 copy color: '#A2FF5F'

red 162 ◦ green 255 ◦ blue 95

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

Shades of Conifer #A2FF5F

Tints of Conifer #A2FF5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.55%

R = 31.64%
G = 49.8%
B = 18.55%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#A2FF5F (or 0xA2FF5F) is known color: Conifer. HEX triplet: A2, FF and 5F. RGB value is (162,255,95). Sum of RGB (Red+Green+Blue) = 162+255+95=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 95 (37.5% from 255 or 18.55% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FF5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FF5F is #5D00A0. Grayscale: #D1D1D1. Windows color (decimal): -6095009 or 6291362. OLE color: 6291362.

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

Color convert

RGB 162 255 95 -
CMYK 0.36 0 0.63 0
HSL 94.88º 1% 0.69% -
HSV(B) 94.88º 0.63% 1% -
XYZ 52.73 80.03 23.49 -
YUV 208.95 63.69 94.51 -
System Red Green Blue C M Y K H S L
Decimal 162 255 95 0.36 0 0.63 0 94.88 1 0.69
Hex A2 FF 5F 24 0 3F 0 5F 64 45
Octal 242 377 137 44 0 77 0 137 144 105
Binary 10100010 11111111 1011111 100100 0 111111 0 1011111 1100100 1000101

Color Harmonies of #A2FF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FF5F

Black with #A2FF5F

Text Example


Text Example

White with #A2FF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FF5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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