Html Css Color HEX #9AFB13 Spring Bud

📋 copy color: '#9AFB13'

red 154 ◦ green 251 ◦ blue 19

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

Shades of Spring Bud #9AFB13

Tints of Spring Bud #9AFB13

RGB

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

 GREEN value IS 251 (98.44% from 255) = 59.2%

 BLUE value IS 19 (7.81% from 255) = 4.48%

R = 36.32%
G = 59.2%
B = 4.48%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#9AFB13 (or 0x9AFB13) is known color: Spring Bud. HEX triplet: 9A, FB and 13. RGB value is (154,251,19). Sum of RGB (Red+Green+Blue) = 154+251+19=424 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.32% from 424); Green value is 251 (98.44% from 255 or 59.20% from 424); Blue value is 19 (7.81% from 255 or 4.48% from 424); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFB13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AFB13 is #6504EC. Grayscale: #C4C4C4. Windows color (decimal): -6620397 or 1309594. OLE color: 1309594.

HSL color Cylindrical-coordinate representation of color #9AFB13: hue angle of 85.09º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9AFB13 is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 251 19 -
CMYK 0.39 0 0.92 0.02
HSL 85.09º 0.97% 0.53% -
HSV(B) 85.09º 0.92% 0.98% -
XYZ 47.94 75.91 12.74 -
YUV 195.55 28.36 98.36 -
System Red Green Blue C M Y K H S L
Decimal 154 251 19 0.39 0 0.92 0.02 85.09 0.97 0.53
Hex 9A FB 13 27 0 5C 2 55 61 35
Octal 232 373 23 47 0 134 2 125 141 65
Binary 10011010 11111011 10011 100111 0 1011100 10 1010101 1100001 110101

Color Harmonies of #9AFB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFB13

Black with #9AFB13

Text Example


Text Example

White with #9AFB13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,251,19); }

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

background-color css

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

 a { background-color: rgb(154,251,19); }

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

border-color css

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

 span { border-color: rgb(154,251,19); }

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