Html Css Color HEX #A6E75F Conifer

📋 copy color: '#A6E75F'

red 166 ◦ green 231 ◦ blue 95

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

Shades of Conifer #A6E75F

Tints of Conifer #A6E75F

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.95%

 BLUE value IS 95 (37.5% from 255) = 19.31%

R = 33.74%
G = 46.95%
B = 19.31%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#A6E75F (or 0xA6E75F) is known color: Conifer. HEX triplet: A6, E7 and 5F. RGB value is (166,231,95). Sum of RGB (Red+Green+Blue) = 166+231+95=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 231 (90.62% from 255 or 46.95% from 492); Blue value is 95 (37.5% from 255 or 19.31% from 492); Max value from RGB is 231 - color contains mainly: green. Hex color #A6E75F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6E75F is #5918A0. Grayscale: #C4C4C4. Windows color (decimal): -5839009 or 6285222. OLE color: 6285222.

HSL color Cylindrical-coordinate representation of color #A6E75F: hue angle of 88.68º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A6E75F is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 166 231 95 -
CMYK 0.28 0 0.59 0.09
HSL 88.68º 0.74% 0.64% -
HSV(B) 88.68º 0.59% 0.91% -
XYZ 46.37 66.09 21.14 -
YUV 196.06 70.97 106.56 -
System Red Green Blue C M Y K H S L
Decimal 166 231 95 0.28 0 0.59 0.09 88.68 0.74 0.64
Hex A6 E7 5F 1C 0 3B 9 59 4A 40
Octal 246 347 137 34 0 73 11 131 112 100
Binary 10100110 11100111 1011111 11100 0 111011 1001 1011001 1001010 1000000

Color Harmonies of #A6E75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E75F

Black with #A6E75F

Text Example


Text Example

White with #A6E75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E75F; }

 p { color: rgb(166,231,95); }

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

background-color css

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

 a { background-color: rgb(166,231,95); }

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

border-color css

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

 span { border-color: rgb(166,231,95); }

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