Html Css Color HEX #9AF802 Spring Bud

📋 copy color: '#9AF802'

red 154 ◦ green 248 ◦ blue 2

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

Shades of Spring Bud #9AF802

Tints of Spring Bud #9AF802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 38.12%
G = 61.39%
B = 0.5%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#9AF802 (or 0x9AF802) is known color: Spring Bud. HEX triplet: 9A, F8 and 02. RGB value is (154,248,2). Sum of RGB (Red+Green+Blue) = 154+248+2=404 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.12% from 404); Green value is 248 (97.27% from 255 or 61.39% from 404); Blue value is 2 (1.17% from 255 or 0.50% from 404); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF802 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AF802 is #6507FD. Grayscale: #C0C0C0. Windows color (decimal): -6621182 or 194714. OLE color: 194714.

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

Color convert

RGB 154 248 2 -
CMYK 0.38 0 0.99 0.03
HSL 82.93º 0.98% 0.49% -
HSV(B) 82.93º 0.99% 0.97% -
XYZ 46.9 74.01 11.87 -
YUV 191.85 20.86 101 -
System Red Green Blue C M Y K H S L
Decimal 154 248 2 0.38 0 0.99 0.03 82.93 0.98 0.49
Hex 9A F8 2 26 0 63 3 53 62 31
Octal 232 370 2 46 0 143 3 123 142 61
Binary 10011010 11111000 10 100110 0 1100011 11 1010011 1100010 110001

Color Harmonies of #9AF802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF802

Black with #9AF802

Text Example


Text Example

White with #9AF802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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