Html Css Color HEX #94F90A Spring Bud

📋 copy color: '#94F90A'

red 148 ◦ green 249 ◦ blue 10

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

Shades of Spring Bud #94F90A

Tints of Spring Bud #94F90A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 61.18%

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

R = 36.36%
G = 61.18%
B = 2.46%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#94F90A (or 0x94F90A) is known color: Spring Bud. HEX triplet: 94, F9 and 0A. RGB value is (148,249,10). Sum of RGB (Red+Green+Blue) = 148+249+10=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 249 (97.66% from 255 or 61.18% from 407); Blue value is 10 (4.30% from 255 or 2.46% from 407); Max value from RGB is 249 - color contains mainly: green. Hex color #94F90A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F90A is #6B06F5. Grayscale: #C0C0C0. Windows color (decimal): -7014134 or 719252. OLE color: 719252.

HSL color Cylindrical-coordinate representation of color #94F90A: hue angle of 85.36º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #94F90A is Cyan = 0.41, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 249 10 -
CMYK 0.41 0 0.96 0.02
HSL 85.36º 0.95% 0.51% -
HSV(B) 85.36º 0.96% 0.98% -
XYZ 46.14 74.07 12.15 -
YUV 191.56 25.54 96.93 -
System Red Green Blue C M Y K H S L
Decimal 148 249 10 0.41 0 0.96 0.02 85.36 0.95 0.51
Hex 94 F9 A 29 0 60 2 55 5F 33
Octal 224 371 12 51 0 140 2 125 137 63
Binary 10010100 11111001 1010 101001 0 1100000 10 1010101 1011111 110011

Color Harmonies of #94F90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F90A

Black with #94F90A

Text Example


Text Example

White with #94F90A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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