Html Css Color HEX #9AF70B Spring Bud

📋 copy color: '#9AF70B'

red 154 ◦ green 247 ◦ blue 11

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

Shades of Spring Bud #9AF70B

Tints of Spring Bud #9AF70B

RGB

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

 GREEN value IS 247 (96.88% from 255) = 59.95%

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

R = 37.38%
G = 59.95%
B = 2.67%

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

#9AF70B (or 0x9AF70B) is known color: Spring Bud. HEX triplet: 9A, F7 and 0B. RGB value is (154,247,11). Sum of RGB (Red+Green+Blue) = 154+247+11=412 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.38% from 412); Green value is 247 (96.88% from 255 or 59.95% from 412); Blue value is 11 (4.69% from 255 or 2.67% from 412); Max value from RGB is 247 - color contains mainly: green. Hex color #9AF70B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AF70B is #6508F4. Grayscale: #C1C1C1. Windows color (decimal): -6621429 or 784282. OLE color: 784282.

HSL color Cylindrical-coordinate representation of color #9AF70B: hue angle of 83.64º 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 #9AF70B is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 154 247 11 -
CMYK 0.38 0 0.96 0.03
HSL 83.64º 0.94% 0.51% -
HSV(B) 83.64º 0.96% 0.97% -
XYZ 46.65 73.42 12.03 -
YUV 192.29 25.69 100.69 -
System Red Green Blue C M Y K H S L
Decimal 154 247 11 0.38 0 0.96 0.03 83.64 0.94 0.51
Hex 9A F7 B 26 0 60 3 54 5E 33
Octal 232 367 13 46 0 140 3 124 136 63
Binary 10011010 11110111 1011 100110 0 1100000 11 1010100 1011110 110011

Color Harmonies of #9AF70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF70B

Black with #9AF70B

Text Example


Text Example

White with #9AF70B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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