Html Css Color HEX #9AF504 Spring Bud

📋 copy color: '#9AF504'

red 154 ◦ green 245 ◦ blue 4

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

Shades of Spring Bud #9AF504

Tints of Spring Bud #9AF504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.99%

R = 38.21%
G = 60.79%
B = 0.99%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#9AF504 (or 0x9AF504) is known color: Spring Bud. HEX triplet: 9A, F5 and 04. RGB value is (154,245,4). Sum of RGB (Red+Green+Blue) = 154+245+4=403 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.21% from 403); Green value is 245 (96.09% from 255 or 60.79% from 403); Blue value is 4 (1.95% from 255 or 0.99% from 403); Max value from RGB is 245 - color contains mainly: green. Hex color #9AF504 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AF504 is #650AFB. Grayscale: #BFBFBF. Windows color (decimal): -6621948 or 325018. OLE color: 325018.

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

Color convert

RGB 154 245 4 -
CMYK 0.37 0 0.98 0.04
HSL 82.66º 0.97% 0.49% -
HSV(B) 82.66º 0.98% 0.96% -
XYZ 46 72.18 11.62 -
YUV 190.32 22.85 102.1 -
System Red Green Blue C M Y K H S L
Decimal 154 245 4 0.37 0 0.98 0.04 82.66 0.97 0.49
Hex 9A F5 4 25 0 62 4 53 61 31
Octal 232 365 4 45 0 142 4 123 141 61
Binary 10011010 11110101 100 100101 0 1100010 100 1010011 1100001 110001

Color Harmonies of #9AF504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF504

Black with #9AF504

Text Example


Text Example

White with #9AF504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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