Html Css Color HEX #A6F053 Conifer

📋 copy color: '#A6F053'

red 166 ◦ green 240 ◦ blue 83

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

Shades of Conifer #A6F053

Tints of Conifer #A6F053

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.08%

 BLUE value IS 83 (32.81% from 255) = 16.97%

R = 33.95%
G = 49.08%
B = 16.97%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#A6F053 (or 0xA6F053) is known color: Conifer. HEX triplet: A6, F0 and 53. RGB value is (166,240,83). Sum of RGB (Red+Green+Blue) = 166+240+83=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 240 (94.14% from 255 or 49.08% from 489); Blue value is 83 (32.81% from 255 or 16.97% from 489); Max value from RGB is 240 - color contains mainly: green. Hex color #A6F053 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F053 is #590FAC. Grayscale: #C8C8C8. Windows color (decimal): -5836717 or 5501094. OLE color: 5501094.

HSL color Cylindrical-coordinate representation of color #A6F053: hue angle of 88.28º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A6F053 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 240 83 -
CMYK 0.31 0 0.65 0.06
HSL 88.28º 0.84% 0.63% -
HSV(B) 88.28º 0.65% 0.94% -
XYZ 48.45 71.05 19.34 -
YUV 199.98 61.98 103.77 -
System Red Green Blue C M Y K H S L
Decimal 166 240 83 0.31 0 0.65 0.06 88.28 0.84 0.63
Hex A6 F0 53 1F 0 41 6 58 54 3F
Octal 246 360 123 37 0 101 6 130 124 77
Binary 10100110 11110000 1010011 11111 0 1000001 110 1011000 1010100 111111

Color Harmonies of #A6F053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F053

Black with #A6F053

Text Example


Text Example

White with #A6F053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F053; }

 p { color: rgb(166,240,83); }

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

background-color css

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

 a { background-color: rgb(166,240,83); }

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

border-color css

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

 span { border-color: rgb(166,240,83); }

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