Html Css Color HEX #A2F966 Conifer

📋 copy color: '#A2F966'

red 162 ◦ green 249 ◦ blue 102

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

Shades of Conifer #A2F966

Tints of Conifer #A2F966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.88%

R = 31.58%
G = 48.54%
B = 19.88%

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

#A2F966 (or 0xA2F966) is known color: Conifer. HEX triplet: A2, F9 and 66. RGB value is (162,249,102). Sum of RGB (Red+Green+Blue) = 162+249+102=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 249 (97.66% from 255 or 48.54% from 513); Blue value is 102 (40.23% from 255 or 19.88% from 513); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F966 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F966 is #5D0699. Grayscale: #CECECE. Windows color (decimal): -6096538 or 6748578. OLE color: 6748578.

HSL color Cylindrical-coordinate representation of color #A2F966: hue angle of 95.51º degrees, saturation: 0.92, 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 #A2F966 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 249 102 -
CMYK 0.35 0 0.59 0.02
HSL 95.51º 0.92% 0.69% -
HSV(B) 95.51º 0.59% 0.98% -
XYZ 51.17 76.39 24.62 -
YUV 206.23 69.18 96.45 -
System Red Green Blue C M Y K H S L
Decimal 162 249 102 0.35 0 0.59 0.02 95.51 0.92 0.69
Hex A2 F9 66 23 0 3B 2 60 5C 45
Octal 242 371 146 43 0 73 2 140 134 105
Binary 10100010 11111001 1100110 100011 0 111011 10 1100000 1011100 1000101

Color Harmonies of #A2F966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F966

Black with #A2F966

Text Example


Text Example

White with #A2F966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F966; }

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

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

background-color css

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

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

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

border-color css

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

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

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