Html Css Color HEX #94C006 Citrus

📋 copy color: '#94C006'

red 148 ◦ green 192 ◦ blue 6

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

Shades of Citrus #94C006

Tints of Citrus #94C006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.73%

R = 42.77%
G = 55.49%
B = 1.73%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#94C006 (or 0x94C006) is known color: Citrus. HEX triplet: 94, C0 and 06. RGB value is (148,192,6). Sum of RGB (Red+Green+Blue) = 148+192+6=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 6 (2.73% from 255 or 1.73% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #94C006 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C006 is #6B3FF9. Grayscale: #9E9E9E. Windows color (decimal): -7028730 or 442516. OLE color: 442516.

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

Color convert

RGB 148 192 6 -
CMYK 0.23 0 0.97 0.25
HSL 74.19º 0.94% 0.39% -
HSV(B) 74.19º 0.97% 0.75% -
XYZ 31.1 44.01 7.03 -
YUV 157.64 42.42 121.12 -
System Red Green Blue C M Y K H S L
Decimal 148 192 6 0.23 0 0.97 0.25 74.19 0.94 0.39
Hex 94 C0 6 17 0 61 19 4A 5E 27
Octal 224 300 6 27 0 141 31 112 136 47
Binary 10010100 11000000 110 10111 0 1100001 11001 1001010 1011110 100111

Color Harmonies of #94C006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C006

Black with #94C006

Text Example


Text Example

White with #94C006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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