Html Css Color HEX #9AF808 Spring Bud

📋 copy color: '#9AF808'

red 154 ◦ green 248 ◦ blue 8

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

Shades of Spring Bud #9AF808

Tints of Spring Bud #9AF808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.95%

R = 37.56%
G = 60.49%
B = 1.95%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#9AF808 (or 0x9AF808) is known color: Spring Bud. HEX triplet: 9A, F8 and 08. RGB value is (154,248,8). Sum of RGB (Red+Green+Blue) = 154+248+8=410 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.56% from 410); Green value is 248 (97.27% from 255 or 60.49% from 410); Blue value is 8 (3.52% from 255 or 1.95% from 410); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF808 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AF808 is #6507F7. Grayscale: #C1C1C1. Windows color (decimal): -6621176 or 587930. OLE color: 587930.

HSL color Cylindrical-coordinate representation of color #9AF808: hue angle of 83.5º degrees, saturation: 0.94, 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 #9AF808 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.

Color convert

RGB 154 248 8 -
CMYK 0.38 0 0.97 0.03
HSL 83.5º 0.94% 0.5% -
HSV(B) 83.5º 0.97% 0.97% -
XYZ 46.94 74.02 12.04 -
YUV 192.53 23.86 100.51 -
System Red Green Blue C M Y K H S L
Decimal 154 248 8 0.38 0 0.97 0.03 83.5 0.94 0.5
Hex 9A F8 8 26 0 61 3 54 5E 32
Octal 232 370 10 46 0 141 3 124 136 62
Binary 10011010 11111000 1000 100110 0 1100001 11 1010100 1011110 110010

Color Harmonies of #9AF808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF808

Black with #9AF808

Text Example


Text Example

White with #9AF808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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