Html Css Color HEX #9AFD02 Spring Bud

📋 copy color: '#9AFD02'

red 154 ◦ green 253 ◦ blue 2

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

Shades of Spring Bud #9AFD02

Tints of Spring Bud #9AFD02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 37.65%
G = 61.86%
B = 0.49%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#9AFD02 (or 0x9AFD02) is known color: Spring Bud. HEX triplet: 9A, FD and 02. RGB value is (154,253,2). Sum of RGB (Red+Green+Blue) = 154+253+2=409 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.65% from 409); Green value is 253 (99.22% from 255 or 61.86% from 409); Blue value is 2 (1.17% from 255 or 0.49% from 409); Max value from RGB is 253 - color contains mainly: green. Hex color #9AFD02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AFD02 is #6502FD. Grayscale: #C3C3C3. Windows color (decimal): -6619902 or 195994. OLE color: 195994.

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

Color convert

RGB 154 253 2 -
CMYK 0.39 0 0.99 0.01
HSL 83.67º 0.98% 0.5% -
HSV(B) 83.67º 0.99% 0.99% -
XYZ 48.46 77.12 12.39 -
YUV 194.79 19.2 98.91 -
System Red Green Blue C M Y K H S L
Decimal 154 253 2 0.39 0 0.99 0.01 83.67 0.98 0.5
Hex 9A FD 2 27 0 63 1 54 62 32
Octal 232 375 2 47 0 143 1 124 142 62
Binary 10011010 11111101 10 100111 0 1100011 1 1010100 1100010 110010

Color Harmonies of #9AFD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFD02

Black with #9AFD02

Text Example


Text Example

White with #9AFD02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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