Html Css Color HEX #9AF80B Spring Bud

📋 copy color: '#9AF80B'

red 154 ◦ green 248 ◦ blue 11

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

Shades of Spring Bud #9AF80B

Tints of Spring Bud #9AF80B

RGB

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

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

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

R = 37.29%
G = 60.05%
B = 2.66%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#9AF80B (or 0x9AF80B) is known color: Spring Bud. HEX triplet: 9A, F8 and 0B. RGB value is (154,248,11). Sum of RGB (Red+Green+Blue) = 154+248+11=413 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.29% from 413); Green value is 248 (97.27% from 255 or 60.05% from 413); Blue value is 11 (4.69% from 255 or 2.66% from 413); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF80B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AF80B is #6507F4. Grayscale: #C1C1C1. Windows color (decimal): -6621173 or 784538. OLE color: 784538.

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

Color convert

RGB 154 248 11 -
CMYK 0.38 0 0.96 0.03
HSL 83.8º 0.94% 0.51% -
HSV(B) 83.8º 0.96% 0.97% -
XYZ 46.95 74.03 12.13 -
YUV 192.88 25.36 100.27 -
System Red Green Blue C M Y K H S L
Decimal 154 248 11 0.38 0 0.96 0.03 83.8 0.94 0.51
Hex 9A F8 B 26 0 60 3 54 5E 33
Octal 232 370 13 46 0 140 3 124 136 63
Binary 10011010 11111000 1011 100110 0 1100000 11 1010100 1011110 110011

Color Harmonies of #9AF80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF80B

Black with #9AF80B

Text Example


Text Example

White with #9AF80B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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