Html Css Color HEX #9AFD0E Spring Bud

📋 copy color: '#9AFD0E'

red 154 ◦ green 253 ◦ blue 14

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

Shades of Spring Bud #9AFD0E

Tints of Spring Bud #9AFD0E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 60.1%

 BLUE value IS 14 (5.86% from 255) = 3.33%

R = 36.58%
G = 60.1%
B = 3.33%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#9AFD0E (or 0x9AFD0E) is known color: Spring Bud. HEX triplet: 9A, FD and 0E. RGB value is (154,253,14). Sum of RGB (Red+Green+Blue) = 154+253+14=421 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.58% from 421); Green value is 253 (99.22% from 255 or 60.10% from 421); Blue value is 14 (5.86% from 255 or 3.33% from 421); Max value from RGB is 253 - color contains mainly: green. Hex color #9AFD0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AFD0E is #6502F1. Grayscale: #C5C5C5. Windows color (decimal): -6619890 or 982426. OLE color: 982426.

HSL color Cylindrical-coordinate representation of color #9AFD0E: hue angle of 84.85º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9AFD0E is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 154 253 14 -
CMYK 0.39 0 0.94 0.01
HSL 84.85º 0.98% 0.52% -
HSV(B) 84.85º 0.94% 0.99% -
XYZ 48.53 77.15 12.75 -
YUV 196.15 25.2 97.93 -
System Red Green Blue C M Y K H S L
Decimal 154 253 14 0.39 0 0.94 0.01 84.85 0.98 0.52
Hex 9A FD E 27 0 5E 1 55 62 34
Octal 232 375 16 47 0 136 1 125 142 64
Binary 10011010 11111101 1110 100111 0 1011110 1 1010101 1100010 110100

Color Harmonies of #9AFD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFD0E

Black with #9AFD0E

Text Example


Text Example

White with #9AFD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,253,14); }

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

background-color css

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

 a { background-color: rgb(154,253,14); }

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

border-color css

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

 span { border-color: rgb(154,253,14); }

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