Html Css Color HEX #94C001 Citrus

📋 copy color: '#94C001'

red 148 ◦ green 192 ◦ blue 1

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

Shades of Citrus #94C001

Tints of Citrus #94C001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 43.4%
G = 56.3%
B = 0.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#94C001 (or 0x94C001) is known color: Citrus. HEX triplet: 94, C0 and 01. RGB value is (148,192,1). Sum of RGB (Red+Green+Blue) = 148+192+1=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 192 (75.39% from 255 or 56.30% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 192 - color contains mainly: green. Hex color #94C001 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C001 is #6B3FFE. Grayscale: #9D9D9D. Windows color (decimal): -7028735 or 114836. OLE color: 114836.

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

Color convert

RGB 148 192 1 -
CMYK 0.23 0 0.99 0.25
HSL 73.82º 0.99% 0.38% -
HSV(B) 73.82º 0.99% 0.75% -
XYZ 31.07 44 6.88 -
YUV 157.07 39.92 121.53 -
System Red Green Blue C M Y K H S L
Decimal 148 192 1 0.23 0 0.99 0.25 73.82 0.99 0.38
Hex 94 C0 1 17 0 63 19 4A 63 26
Octal 224 300 1 27 0 143 31 112 143 46
Binary 10010100 11000000 1 10111 0 1100011 11001 1001010 1100011 100110

Color Harmonies of #94C001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C001

Black with #94C001

Text Example


Text Example

White with #94C001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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