Html Css Color HEX #9AF804 Spring Bud

📋 copy color: '#9AF804'

red 154 ◦ green 248 ◦ blue 4

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

Shades of Spring Bud #9AF804

Tints of Spring Bud #9AF804

RGB

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

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

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

R = 37.93%
G = 61.08%
B = 0.99%

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

#9AF804 (or 0x9AF804) is known color: Spring Bud. HEX triplet: 9A, F8 and 04. RGB value is (154,248,4). Sum of RGB (Red+Green+Blue) = 154+248+4=406 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.93% from 406); Green value is 248 (97.27% from 255 or 61.08% from 406); Blue value is 4 (1.95% from 255 or 0.99% from 406); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF804 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AF804 is #6507FB. Grayscale: #C0C0C0. Windows color (decimal): -6621180 or 325786. OLE color: 325786.

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

Color convert

RGB 154 248 4 -
CMYK 0.38 0 0.98 0.03
HSL 83.11º 0.97% 0.49% -
HSV(B) 83.11º 0.98% 0.97% -
XYZ 46.92 74.01 11.93 -
YUV 192.08 21.86 100.84 -
System Red Green Blue C M Y K H S L
Decimal 154 248 4 0.38 0 0.98 0.03 83.11 0.97 0.49
Hex 9A F8 4 26 0 62 3 53 61 31
Octal 232 370 4 46 0 142 3 123 141 61
Binary 10011010 11111000 100 100110 0 1100010 11 1010011 1100001 110001

Color Harmonies of #9AF804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF804

Black with #9AF804

Text Example


Text Example

White with #9AF804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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