Html Css Color HEX #94F00A Spring Bud

📋 copy color: '#94F00A'

red 148 ◦ green 240 ◦ blue 10

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

Shades of Spring Bud #94F00A

Tints of Spring Bud #94F00A

RGB

 RED value IS 148 (58.2% from 255) = 37.19%

 GREEN value IS 240 (94.14% from 255) = 60.3%

 BLUE value IS 10 (4.3% from 255) = 2.51%

R = 37.19%
G = 60.3%
B = 2.51%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#94F00A (or 0x94F00A) is known color: Spring Bud. HEX triplet: 94, F0 and 0A. RGB value is (148,240,10). Sum of RGB (Red+Green+Blue) = 148+240+10=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 240 (94.14% from 255 or 60.30% from 398); Blue value is 10 (4.30% from 255 or 2.51% from 398); Max value from RGB is 240 - color contains mainly: green. Hex color #94F00A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F00A is #6B0FF5. Grayscale: #BBBBBB. Windows color (decimal): -7016438 or 716948. OLE color: 716948.

HSL color Cylindrical-coordinate representation of color #94F00A: hue angle of 84º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #94F00A is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 240 10 -
CMYK 0.38 0 0.96 0.06
HSL 84º 0.92% 0.49% -
HSV(B) 84º 0.96% 0.94% -
XYZ 43.43 68.64 11.25 -
YUV 186.27 28.52 100.7 -
System Red Green Blue C M Y K H S L
Decimal 148 240 10 0.38 0 0.96 0.06 84 0.92 0.49
Hex 94 F0 A 26 0 60 6 54 5C 31
Octal 224 360 12 46 0 140 6 124 134 61
Binary 10010100 11110000 1010 100110 0 1100000 110 1010100 1011100 110001

Color Harmonies of #94F00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F00A

Black with #94F00A

Text Example


Text Example

White with #94F00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94F00A; }

 p { color: rgb(148,240,10); }

 H1.HeaderClassName
 {
   color: #94F00A;
 }
 .AnyTagClassName
 {
   color: #94F00A;
 }
</style>

background-color css

<style>
 a { background-color: #94F00A; }

 a { background-color: rgb(148,240,10); }

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

border-color css

<style>
 span { border-color: #94F00A; }

 span { border-color: rgb(148,240,10); }

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