Html Css Color HEX #9AFC05 Spring Bud

📋 copy color: '#9AFC05'

red 154 ◦ green 252 ◦ blue 5

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

Shades of Spring Bud #9AFC05

Tints of Spring Bud #9AFC05

RGB

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

 GREEN value IS 252 (98.83% from 255) = 61.31%

 BLUE value IS 5 (2.34% from 255) = 1.22%

R = 37.47%
G = 61.31%
B = 1.22%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#9AFC05 (or 0x9AFC05) is known color: Spring Bud. HEX triplet: 9A, FC and 05. RGB value is (154,252,5). Sum of RGB (Red+Green+Blue) = 154+252+5=411 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.47% from 411); Green value is 252 (98.83% from 255 or 61.31% from 411); Blue value is 5 (2.34% from 255 or 1.22% from 411); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFC05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AFC05 is #6503FA. Grayscale: #C3C3C3. Windows color (decimal): -6620155 or 392346. OLE color: 392346.

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

Color convert

RGB 154 252 5 -
CMYK 0.39 0 0.98 0.01
HSL 83.81º 0.98% 0.5% -
HSV(B) 83.81º 0.98% 0.99% -
XYZ 48.16 76.5 12.37 -
YUV 194.54 21.03 99.08 -
System Red Green Blue C M Y K H S L
Decimal 154 252 5 0.39 0 0.98 0.01 83.81 0.98 0.5
Hex 9A FC 5 27 0 62 1 54 62 32
Octal 232 374 5 47 0 142 1 124 142 62
Binary 10011010 11111100 101 100111 0 1100010 1 1010100 1100010 110010

Color Harmonies of #9AFC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFC05

Black with #9AFC05

Text Example


Text Example

White with #9AFC05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,252,5); }

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

background-color css

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

 a { background-color: rgb(154,252,5); }

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

border-color css

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

 span { border-color: rgb(154,252,5); }

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