Html Css Color HEX #A6F807 Spring Bud

📋 copy color: '#A6F807'

red 166 ◦ green 248 ◦ blue 7

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

Shades of Spring Bud #A6F807

Tints of Spring Bud #A6F807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.66%

R = 39.43%
G = 58.91%
B = 1.66%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#A6F807 (or 0xA6F807) is known color: Spring Bud. HEX triplet: A6, F8 and 07. RGB value is (166,248,7). Sum of RGB (Red+Green+Blue) = 166+248+7=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 248 (97.27% from 255 or 58.91% from 421); Blue value is 7 (3.12% from 255 or 1.66% from 421); Max value from RGB is 248 - color contains mainly: green. Hex color #A6F807 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F807 is #5907F8. Grayscale: #C4C4C4. Windows color (decimal): -5834745 or 522406. OLE color: 522406.

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

Color convert

RGB 166 248 7 -
CMYK 0.33 0 0.97 0.03
HSL 80.41º 0.95% 0.5% -
HSV(B) 80.41º 0.97% 0.97% -
XYZ 49.33 75.26 12.13 -
YUV 196.01 21.33 106.6 -
System Red Green Blue C M Y K H S L
Decimal 166 248 7 0.33 0 0.97 0.03 80.41 0.95 0.5
Hex A6 F8 7 21 0 61 3 50 5F 32
Octal 246 370 7 41 0 141 3 120 137 62
Binary 10100110 11111000 111 100001 0 1100001 11 1010000 1011111 110010

Color Harmonies of #A6F807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F807

Black with #A6F807

Text Example


Text Example

White with #A6F807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F807; }

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

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

background-color css

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

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

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

border-color css

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

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

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