Html Css Color HEX #9AF806 Spring Bud

📋 copy color: '#9AF806'

red 154 ◦ green 248 ◦ blue 6

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

Shades of Spring Bud #9AF806

Tints of Spring Bud #9AF806

RGB

 RED value IS 154 (60.55% from 255) = 37.75%

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

 BLUE value IS 6 (2.73% from 255) = 1.47%

R = 37.75%
G = 60.78%
B = 1.47%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#9AF806 (or 0x9AF806) is known color: Spring Bud. HEX triplet: 9A, F8 and 06. RGB value is (154,248,6). Sum of RGB (Red+Green+Blue) = 154+248+6=408 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.75% from 408); Green value is 248 (97.27% from 255 or 60.78% from 408); Blue value is 6 (2.73% from 255 or 1.47% from 408); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF806 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AF806 is #6507F9. Grayscale: #C1C1C1. Windows color (decimal): -6621178 or 456858. OLE color: 456858.

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

Color convert

RGB 154 248 6 -
CMYK 0.38 0 0.98 0.03
HSL 83.31º 0.95% 0.5% -
HSV(B) 83.31º 0.98% 0.97% -
XYZ 46.93 74.02 11.99 -
YUV 192.31 22.86 100.68 -
System Red Green Blue C M Y K H S L
Decimal 154 248 6 0.38 0 0.98 0.03 83.31 0.95 0.5
Hex 9A F8 6 26 0 62 3 53 5F 32
Octal 232 370 6 46 0 142 3 123 137 62
Binary 10011010 11111000 110 100110 0 1100010 11 1010011 1011111 110010

Color Harmonies of #9AF806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF806

Black with #9AF806

Text Example


Text Example

White with #9AF806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AF806; }

 p { color: rgb(154,248,6); }

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

background-color css

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

 a { background-color: rgb(154,248,6); }

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

border-color css

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

 span { border-color: rgb(154,248,6); }

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