Html Css Color HEX #A6F265 Conifer

📋 copy color: '#A6F265'

red 166 ◦ green 242 ◦ blue 101

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

Shades of Conifer #A6F265

Tints of Conifer #A6F265

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.54%

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

R = 32.61%
G = 47.54%
B = 19.84%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#A6F265 (or 0xA6F265) is known color: Conifer. HEX triplet: A6, F2 and 65. RGB value is (166,242,101). Sum of RGB (Red+Green+Blue) = 166+242+101=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 101 (39.84% from 255 or 19.84% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #A6F265 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F265 is #590D9A. Grayscale: #CBCBCB. Windows color (decimal): -5836187 or 6681254. OLE color: 6681254.

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

Color convert

RGB 166 242 101 -
CMYK 0.31 0 0.58 0.05
HSL 92.34º 0.84% 0.67% -
HSV(B) 92.34º 0.58% 0.95% -
XYZ 49.83 72.55 23.69 -
YUV 203.2 70.32 101.46 -
System Red Green Blue C M Y K H S L
Decimal 166 242 101 0.31 0 0.58 0.05 92.34 0.84 0.67
Hex A6 F2 65 1F 0 3A 5 5C 54 43
Octal 246 362 145 37 0 72 5 134 124 103
Binary 10100110 11110010 1100101 11111 0 111010 101 1011100 1010100 1000011

Color Harmonies of #A6F265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F265

Black with #A6F265

Text Example


Text Example

White with #A6F265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F265; }

 p { color: rgb(166,242,101); }

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

background-color css

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

 a { background-color: rgb(166,242,101); }

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

border-color css

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

 span { border-color: rgb(166,242,101); }

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