Html Css Color HEX #93C010 Citrus

📋 copy color: '#93C010'

red 147 ◦ green 192 ◦ blue 16

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

Shades of Citrus #93C010

Tints of Citrus #93C010

RGB

 RED value IS 147 (57.81% from 255) = 41.41%

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

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

R = 41.41%
G = 54.08%
B = 4.51%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#93C010 (or 0x93C010) is known color: Citrus. HEX triplet: 93, C0 and 10. RGB value is (147,192,16). Sum of RGB (Red+Green+Blue) = 147+192+16=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 192 (75.39% from 255 or 54.08% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 192 - color contains mainly: green. Hex color #93C010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93C010 is #6C3FEF. Grayscale: #9F9F9F. Windows color (decimal): -7094256 or 1097875. OLE color: 1097875.

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

Color convert

RGB 147 192 16 -
CMYK 0.23 0 0.92 0.25
HSL 75.34º 0.85% 0.41% -
HSV(B) 75.34º 0.92% 0.75% -
XYZ 30.98 43.94 7.34 -
YUV 158.48 47.59 119.81 -
System Red Green Blue C M Y K H S L
Decimal 147 192 16 0.23 0 0.92 0.25 75.34 0.85 0.41
Hex 93 C0 10 17 0 5C 19 4B 55 29
Octal 223 300 20 27 0 134 31 113 125 51
Binary 10010011 11000000 10000 10111 0 1011100 11001 1001011 1010101 101001

Color Harmonies of #93C010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C010

Black with #93C010

Text Example


Text Example

White with #93C010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93C010; }

 p { color: rgb(147,192,16); }

 H1.HeaderClassName
 {
   color: #93C010;
 }
 .AnyTagClassName
 {
   color: #93C010;
 }
</style>

background-color css

<style>
 a { background-color: #93C010; }

 a { background-color: rgb(147,192,16); }

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

border-color css

<style>
 span { border-color: #93C010; }

 span { border-color: rgb(147,192,16); }

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