Html Css Color HEX #A6F162 Conifer

📋 copy color: '#A6F162'

red 166 ◦ green 241 ◦ blue 98

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

Shades of Conifer #A6F162

Tints of Conifer #A6F162

RGB

 RED value IS 166 (65.23% from 255) = 32.87%

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

 BLUE value IS 98 (38.67% from 255) = 19.41%

R = 32.87%
G = 47.72%
B = 19.41%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#A6F162 (or 0xA6F162) is known color: Conifer. HEX triplet: A6, F1 and 62. RGB value is (166,241,98). Sum of RGB (Red+Green+Blue) = 166+241+98=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 98 (38.67% from 255 or 19.41% from 505); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F162 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F162 is #590E9D. Grayscale: #CACACA. Windows color (decimal): -5836446 or 6484390. OLE color: 6484390.

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

Color convert

RGB 166 241 98 -
CMYK 0.31 0 0.59 0.05
HSL 91.47º 0.84% 0.66% -
HSV(B) 91.47º 0.59% 0.95% -
XYZ 49.39 71.9 22.83 -
YUV 202.27 69.15 102.13 -
System Red Green Blue C M Y K H S L
Decimal 166 241 98 0.31 0 0.59 0.05 91.47 0.84 0.66
Hex A6 F1 62 1F 0 3B 5 5B 54 42
Octal 246 361 142 37 0 73 5 133 124 102
Binary 10100110 11110001 1100010 11111 0 111011 101 1011011 1010100 1000010

Color Harmonies of #A6F162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F162

Black with #A6F162

Text Example


Text Example

White with #A6F162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F162; }

 p { color: rgb(166,241,98); }

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

background-color css

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

 a { background-color: rgb(166,241,98); }

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

border-color css

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

 span { border-color: rgb(166,241,98); }

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