Html Css Color HEX #9AFB0B Spring Bud

📋 copy color: '#9AFB0B'

red 154 ◦ green 251 ◦ blue 11

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

Shades of Spring Bud #9AFB0B

Tints of Spring Bud #9AFB0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.64%

R = 37.02%
G = 60.34%
B = 2.64%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#9AFB0B (or 0x9AFB0B) is known color: Spring Bud. HEX triplet: 9A, FB and 0B. RGB value is (154,251,11). Sum of RGB (Red+Green+Blue) = 154+251+11=416 (55% of max value = 765). Red value is 154 (60.55% from 255 or 37.02% from 416); Green value is 251 (98.44% from 255 or 60.34% from 416); Blue value is 11 (4.69% from 255 or 2.64% from 416); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFB0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AFB0B is #6504F4. Grayscale: #C3C3C3. Windows color (decimal): -6620405 or 785306. OLE color: 785306.

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

Color convert

RGB 154 251 11 -
CMYK 0.39 0 0.96 0.02
HSL 84.25º 0.97% 0.51% -
HSV(B) 84.25º 0.96% 0.98% -
XYZ 47.88 75.89 12.44 -
YUV 194.64 24.36 99.01 -
System Red Green Blue C M Y K H S L
Decimal 154 251 11 0.39 0 0.96 0.02 84.25 0.97 0.51
Hex 9A FB B 27 0 60 2 54 61 33
Octal 232 373 13 47 0 140 2 124 141 63
Binary 10011010 11111011 1011 100111 0 1100000 10 1010100 1100001 110011

Color Harmonies of #9AFB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFB0B

Black with #9AFB0B

Text Example


Text Example

White with #9AFB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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