Html Css Color HEX #94C000 Citrus

📋 copy color: '#94C000'

red 148 ◦ green 192 ◦ blue 0

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

Shades of Citrus #94C000

Tints of Citrus #94C000

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.47%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.53%
G = 56.47%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#94C000 (or 0x94C000) is known color: Citrus. HEX triplet: 94, C0 and 00. RGB value is (148,192,0). Sum of RGB (Red+Green+Blue) = 148+192+0=340 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.53% from 340); Green value is 192 (75.39% from 255 or 56.47% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 192 - color contains mainly: green. Hex color #94C000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C000 is #6B3FFF. Grayscale: #9D9D9D. Windows color (decimal): -7028736 or 49300. OLE color: 49300.

HSL color Cylindrical-coordinate representation of color #94C000: hue angle of 73.75º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #94C000 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 192 0 -
CMYK 0.23 0 1 0.25
HSL 73.75º 1% 0.38% -
HSV(B) 73.75º 1% 0.75% -
XYZ 31.06 44 6.85 -
YUV 156.96 39.42 121.61 -
System Red Green Blue C M Y K H S L
Decimal 148 192 0 0.23 0 1 0.25 73.75 1 0.38
Hex 94 C0 0 17 0 64 19 4A 64 26
Octal 224 300 0 27 0 144 31 112 144 46
Binary 10010100 11000000 0 10111 0 1100100 11001 1001010 1100100 100110

Color Harmonies of #94C000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C000

Black with #94C000

Text Example


Text Example

White with #94C000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,192,0); }

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

background-color css

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

 a { background-color: rgb(148,192,0); }

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

border-color css

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

 span { border-color: rgb(148,192,0); }

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