Html Css Color HEX #93CC12 Citrus

📋 copy color: '#93CC12'

red 147 ◦ green 204 ◦ blue 18

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

Shades of Citrus #93CC12

Tints of Citrus #93CC12

RGB

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

 GREEN value IS 204 (80.08% from 255) = 55.28%

 BLUE value IS 18 (7.42% from 255) = 4.88%

R = 39.84%
G = 55.28%
B = 4.88%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#93CC12 (or 0x93CC12) is known color: Citrus. HEX triplet: 93, CC and 12. RGB value is (147,204,18). Sum of RGB (Red+Green+Blue) = 147+204+18=369 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.84% from 369); Green value is 204 (80.08% from 255 or 55.28% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 204 - color contains mainly: green. Hex color #93CC12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93CC12 is #6C33ED. Grayscale: #A6A6A6. Windows color (decimal): -7091182 or 1232019. OLE color: 1232019.

HSL color Cylindrical-coordinate representation of color #93CC12: hue angle of 78.39º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93CC12 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 147 204 18 -
CMYK 0.28 0 0.91 0.2
HSL 78.39º 0.84% 0.44% -
HSV(B) 78.39º 0.91% 0.8% -
XYZ 33.73 49.43 8.34 -
YUV 165.75 44.62 114.62 -
System Red Green Blue C M Y K H S L
Decimal 147 204 18 0.28 0 0.91 0.2 78.39 0.84 0.44
Hex 93 CC 12 1C 0 5B 14 4E 54 2C
Octal 223 314 22 34 0 133 24 116 124 54
Binary 10010011 11001100 10010 11100 0 1011011 10100 1001110 1010100 101100

Color Harmonies of #93CC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CC12

Black with #93CC12

Text Example


Text Example

White with #93CC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,204,18); }

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

background-color css

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

 a { background-color: rgb(147,204,18); }

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

border-color css

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

 span { border-color: rgb(147,204,18); }

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