Html Css Color HEX #9AF60B Spring Bud

📋 copy color: '#9AF60B'

red 154 ◦ green 246 ◦ blue 11

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

Shades of Spring Bud #9AF60B

Tints of Spring Bud #9AF60B

RGB

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

 GREEN value IS 246 (96.48% from 255) = 59.85%

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

R = 37.47%
G = 59.85%
B = 2.68%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#9AF60B (or 0x9AF60B) is known color: Spring Bud. HEX triplet: 9A, F6 and 0B. RGB value is (154,246,11). Sum of RGB (Red+Green+Blue) = 154+246+11=411 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.47% from 411); Green value is 246 (96.48% from 255 or 59.85% from 411); Blue value is 11 (4.69% from 255 or 2.68% from 411); Max value from RGB is 246 - color contains mainly: green. Hex color #9AF60B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AF60B is #6509F4. Grayscale: #C0C0C0. Windows color (decimal): -6621685 or 784026. OLE color: 784026.

HSL color Cylindrical-coordinate representation of color #9AF60B: hue angle of 83.49º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9AF60B is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 154 246 11 -
CMYK 0.37 0 0.96 0.04
HSL 83.49º 0.93% 0.5% -
HSV(B) 83.49º 0.96% 0.96% -
XYZ 46.34 72.81 11.93 -
YUV 191.7 26.02 101.11 -
System Red Green Blue C M Y K H S L
Decimal 154 246 11 0.37 0 0.96 0.04 83.49 0.93 0.5
Hex 9A F6 B 25 0 60 4 53 5D 32
Octal 232 366 13 45 0 140 4 123 135 62
Binary 10011010 11110110 1011 100101 0 1100000 100 1010011 1011101 110010

Color Harmonies of #9AF60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF60B

Black with #9AF60B

Text Example


Text Example

White with #9AF60B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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