Html Css Color HEX #A2F965 Conifer

📋 copy color: '#A2F965'

red 162 ◦ green 249 ◦ blue 101

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

Shades of Conifer #A2F965

Tints of Conifer #A2F965

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.63%

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

R = 31.64%
G = 48.63%
B = 19.73%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#A2F965 (or 0xA2F965) is known color: Conifer. HEX triplet: A2, F9 and 65. RGB value is (162,249,101). Sum of RGB (Red+Green+Blue) = 162+249+101=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 249 (97.66% from 255 or 48.63% from 512); Blue value is 101 (39.84% from 255 or 19.73% from 512); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F965 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F965 is #5D069A. Grayscale: #CECECE. Windows color (decimal): -6096539 or 6683042. OLE color: 6683042.

HSL color Cylindrical-coordinate representation of color #A2F965: hue angle of 95.27º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2F965 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 249 101 -
CMYK 0.35 0 0.59 0.02
HSL 95.27º 0.93% 0.69% -
HSV(B) 95.27º 0.59% 0.98% -
XYZ 51.12 76.37 24.36 -
YUV 206.12 68.68 96.53 -
System Red Green Blue C M Y K H S L
Decimal 162 249 101 0.35 0 0.59 0.02 95.27 0.93 0.69
Hex A2 F9 65 23 0 3B 2 5F 5C 45
Octal 242 371 145 43 0 73 2 137 134 105
Binary 10100010 11111001 1100101 100011 0 111011 10 1011111 1011100 1000101

Color Harmonies of #A2F965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F965

Black with #A2F965

Text Example


Text Example

White with #A2F965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F965; }

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

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

background-color css

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

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

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

border-color css

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

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

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