Html Css Color HEX #A2F865 Conifer

📋 copy color: '#A2F865'

red 162 ◦ green 248 ◦ blue 101

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

Shades of Conifer #A2F865

Tints of Conifer #A2F865

RGB

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

 GREEN value IS 248 (97.27% from 255) = 48.53%

 BLUE value IS 101 (39.84% from 255) = 19.77%

R = 31.7%
G = 48.53%
B = 19.77%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#A2F865 (or 0xA2F865) is known color: Conifer. HEX triplet: A2, F8 and 65. RGB value is (162,248,101). Sum of RGB (Red+Green+Blue) = 162+248+101=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 248 (97.27% from 255 or 48.53% from 511); Blue value is 101 (39.84% from 255 or 19.77% from 511); Max value from RGB is 248 - color contains mainly: green. Hex color #A2F865 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F865 is #5D079A. Grayscale: #CECECE. Windows color (decimal): -6096795 or 6682786. OLE color: 6682786.

HSL color Cylindrical-coordinate representation of color #A2F865: hue angle of 95.1º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2F865 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB 162 248 101 -
CMYK 0.35 0 0.59 0.03
HSL 95.1º 0.91% 0.68% -
HSV(B) 95.1º 0.59% 0.97% -
XYZ 50.82 75.76 24.26 -
YUV 205.53 69.01 96.95 -
System Red Green Blue C M Y K H S L
Decimal 162 248 101 0.35 0 0.59 0.03 95.1 0.91 0.68
Hex A2 F8 65 23 0 3B 3 5F 5B 44
Octal 242 370 145 43 0 73 3 137 133 104
Binary 10100010 11111000 1100101 100011 0 111011 11 1011111 1011011 1000100

Color Harmonies of #A2F865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F865

Black with #A2F865

Text Example


Text Example

White with #A2F865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F865; }

 p { color: rgb(162,248,101); }

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

background-color css

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

 a { background-color: rgb(162,248,101); }

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

border-color css

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

 span { border-color: rgb(162,248,101); }

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