Html Css Color HEX #9AF503 Spring Bud

📋 copy color: '#9AF503'

red 154 ◦ green 245 ◦ blue 3

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

Shades of Spring Bud #9AF503

Tints of Spring Bud #9AF503

RGB

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

 GREEN value IS 245 (96.09% from 255) = 60.95%

 BLUE value IS 3 (1.56% from 255) = 0.75%

R = 38.31%
G = 60.95%
B = 0.75%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#9AF503 (or 0x9AF503) is known color: Spring Bud. HEX triplet: 9A, F5 and 03. RGB value is (154,245,3). Sum of RGB (Red+Green+Blue) = 154+245+3=402 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.31% from 402); Green value is 245 (96.09% from 255 or 60.95% from 402); Blue value is 3 (1.56% from 255 or 0.75% from 402); Max value from RGB is 245 - color contains mainly: green. Hex color #9AF503 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AF503 is #650AFC. Grayscale: #BFBFBF. Windows color (decimal): -6621949 or 259482. OLE color: 259482.

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

Color convert

RGB 154 245 3 -
CMYK 0.37 0 0.99 0.04
HSL 82.56º 0.98% 0.49% -
HSV(B) 82.56º 0.99% 0.96% -
XYZ 46 72.18 11.59 -
YUV 190.2 22.35 102.18 -
System Red Green Blue C M Y K H S L
Decimal 154 245 3 0.37 0 0.99 0.04 82.56 0.98 0.49
Hex 9A F5 3 25 0 63 4 53 62 31
Octal 232 365 3 45 0 143 4 123 142 61
Binary 10011010 11110101 11 100101 0 1100011 100 1010011 1100010 110001

Color Harmonies of #9AF503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF503

Black with #9AF503

Text Example


Text Example

White with #9AF503

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,245,3); }

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

background-color css

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

 a { background-color: rgb(154,245,3); }

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

border-color css

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

 span { border-color: rgb(154,245,3); }

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