Html Css Color HEX #A2F15F Conifer

📋 copy color: '#A2F15F'

red 162 ◦ green 241 ◦ blue 95

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

Shades of Conifer #A2F15F

Tints of Conifer #A2F15F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.39%

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

R = 32.53%
G = 48.39%
B = 19.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#A2F15F (or 0xA2F15F) is known color: Conifer. HEX triplet: A2, F1 and 5F. RGB value is (162,241,95). Sum of RGB (Red+Green+Blue) = 162+241+95=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 95 (37.5% from 255 or 19.08% from 498); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F15F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F15F is #5D0EA0. Grayscale: #C9C9C9. Windows color (decimal): -6098593 or 6287778. OLE color: 6287778.

HSL color Cylindrical-coordinate representation of color #A2F15F: hue angle of 92.47º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2F15F is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 241 95 -
CMYK 0.33 0 0.61 0.05
HSL 92.47º 0.84% 0.66% -
HSV(B) 92.47º 0.61% 0.95% -
XYZ 48.42 71.42 22.06 -
YUV 200.74 68.33 100.37 -
System Red Green Blue C M Y K H S L
Decimal 162 241 95 0.33 0 0.61 0.05 92.47 0.84 0.66
Hex A2 F1 5F 21 0 3D 5 5C 54 42
Octal 242 361 137 41 0 75 5 134 124 102
Binary 10100010 11110001 1011111 100001 0 111101 101 1011100 1010100 1000010

Color Harmonies of #A2F15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F15F

Black with #A2F15F

Text Example


Text Example

White with #A2F15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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