Html Css Color HEX #94C017 Citrus

📋 copy color: '#94C017'

red 148 ◦ green 192 ◦ blue 23

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

Shades of Citrus #94C017

Tints of Citrus #94C017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.34%

R = 40.77%
G = 52.89%
B = 6.34%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#94C017 (or 0x94C017) is known color: Citrus. HEX triplet: 94, C0 and 17. RGB value is (148,192,23). Sum of RGB (Red+Green+Blue) = 148+192+23=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #94C017 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C017 is #6B3FE8. Grayscale: #A0A0A0. Windows color (decimal): -7028713 or 1556628. OLE color: 1556628.

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

Color convert

RGB 148 192 23 -
CMYK 0.23 0 0.88 0.25
HSL 75.62º 0.79% 0.42% -
HSV(B) 75.62º 0.88% 0.75% -
XYZ 31.22 44.06 7.67 -
YUV 159.58 50.92 119.74 -
System Red Green Blue C M Y K H S L
Decimal 148 192 23 0.23 0 0.88 0.25 75.62 0.79 0.42
Hex 94 C0 17 17 0 58 19 4C 4F 2A
Octal 224 300 27 27 0 130 31 114 117 52
Binary 10010100 11000000 10111 10111 0 1011000 11001 1001100 1001111 101010

Color Harmonies of #94C017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C017

Black with #94C017

Text Example


Text Example

White with #94C017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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