Html Css Color HEX #9AF901 Spring Bud

📋 copy color: '#9AF901'

red 154 ◦ green 249 ◦ blue 1

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

Shades of Spring Bud #9AF901

Tints of Spring Bud #9AF901

RGB

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

 GREEN value IS 249 (97.66% from 255) = 61.63%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 38.12%
G = 61.63%
B = 0.25%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#9AF901 (or 0x9AF901) is known color: Spring Bud. HEX triplet: 9A, F9 and 01. RGB value is (154,249,1). Sum of RGB (Red+Green+Blue) = 154+249+1=404 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.12% from 404); Green value is 249 (97.66% from 255 or 61.63% from 404); Blue value is 1 (0.78% from 255 or 0.25% from 404); Max value from RGB is 249 - color contains mainly: green. Hex color #9AF901 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AF901 is #6506FE. Grayscale: #C1C1C1. Windows color (decimal): -6620927 or 129434. OLE color: 129434.

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

Color convert

RGB 154 249 1 -
CMYK 0.38 0 1.00 0.02
HSL 82.98º 0.99% 0.49% -
HSV(B) 82.98º 1% 0.98% -
XYZ 47.21 74.62 11.94 -
YUV 192.32 20.03 100.67 -
System Red Green Blue C M Y K H S L
Decimal 154 249 1 0.38 0 1.00 0.02 82.98 0.99 0.49
Hex 9A F9 1 26 0 64 2 53 63 31
Octal 232 371 1 46 0 144 2 123 143 61
Binary 10011010 11111001 1 100110 0 1100100 10 1010011 1100011 110001

Color Harmonies of #9AF901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF901

Black with #9AF901

Text Example


Text Example

White with #9AF901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,249,1); }

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

background-color css

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

 a { background-color: rgb(154,249,1); }

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

border-color css

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

 span { border-color: rgb(154,249,1); }

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