Html Css Color HEX #94C110 Citrus

📋 copy color: '#94C110'

red 148 ◦ green 193 ◦ blue 16

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

Shades of Citrus #94C110

Tints of Citrus #94C110

RGB

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

 GREEN value IS 193 (75.78% from 255) = 54.06%

 BLUE value IS 16 (6.64% from 255) = 4.48%

R = 41.46%
G = 54.06%
B = 4.48%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#94C110 (or 0x94C110) is known color: Citrus. HEX triplet: 94, C1 and 10. RGB value is (148,193,16). Sum of RGB (Red+Green+Blue) = 148+193+16=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 193 (75.78% from 255 or 54.06% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 193 - color contains mainly: green. Hex color #94C110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C110 is #6B3EEF. Grayscale: #A0A0A0. Windows color (decimal): -7028464 or 1098132. OLE color: 1098132.

HSL color Cylindrical-coordinate representation of color #94C110: hue angle of 75.25º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #94C110 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 193 16 -
CMYK 0.23 0 0.92 0.24
HSL 75.25º 0.85% 0.41% -
HSV(B) 75.25º 0.92% 0.76% -
XYZ 31.38 44.47 7.42 -
YUV 159.37 47.09 119.89 -
System Red Green Blue C M Y K H S L
Decimal 148 193 16 0.23 0 0.92 0.24 75.25 0.85 0.41
Hex 94 C1 10 17 0 5C 18 4B 55 29
Octal 224 301 20 27 0 134 30 113 125 51
Binary 10010100 11000001 10000 10111 0 1011100 11000 1001011 1010101 101001

Color Harmonies of #94C110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C110

Black with #94C110

Text Example


Text Example

White with #94C110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,193,16); }

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

background-color css

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

 a { background-color: rgb(148,193,16); }

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

border-color css

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

 span { border-color: rgb(148,193,16); }

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