Html Css Color HEX #A6F85A Conifer

📋 copy color: '#A6F85A'

red 166 ◦ green 248 ◦ blue 90

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

Shades of Conifer #A6F85A

Tints of Conifer #A6F85A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.21%

 BLUE value IS 90 (35.55% from 255) = 17.86%

R = 32.94%
G = 49.21%
B = 17.86%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#A6F85A (or 0xA6F85A) is known color: Conifer. HEX triplet: A6, F8 and 5A. RGB value is (166,248,90). Sum of RGB (Red+Green+Blue) = 166+248+90=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 248 (97.27% from 255 or 49.21% from 504); Blue value is 90 (35.55% from 255 or 17.86% from 504); Max value from RGB is 248 - color contains mainly: green. Hex color #A6F85A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F85A is #5907A5. Grayscale: #CECECE. Windows color (decimal): -5834662 or 5961894. OLE color: 5961894.

HSL color Cylindrical-coordinate representation of color #A6F85A: hue angle of 91.14º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A6F85A is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 166 248 90 -
CMYK 0.33 0 0.64 0.03
HSL 91.14º 0.92% 0.66% -
HSV(B) 91.14º 0.64% 0.97% -
XYZ 51.14 75.98 21.64 -
YUV 205.47 62.83 99.85 -
System Red Green Blue C M Y K H S L
Decimal 166 248 90 0.33 0 0.64 0.03 91.14 0.92 0.66
Hex A6 F8 5A 21 0 40 3 5B 5C 42
Octal 246 370 132 41 0 100 3 133 134 102
Binary 10100110 11111000 1011010 100001 0 1000000 11 1011011 1011100 1000010

Color Harmonies of #A6F85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F85A

Black with #A6F85A

Text Example


Text Example

White with #A6F85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F85A; }

 p { color: rgb(166,248,90); }

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

background-color css

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

 a { background-color: rgb(166,248,90); }

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

border-color css

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

 span { border-color: rgb(166,248,90); }

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