Html Css Color HEX #93CC09 Citrus

📋 copy color: '#93CC09'

red 147 ◦ green 204 ◦ blue 9

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

Shades of Citrus #93CC09

Tints of Citrus #93CC09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.5%

R = 40.83%
G = 56.67%
B = 2.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#93CC09 (or 0x93CC09) is known color: Citrus. HEX triplet: 93, CC and 09. RGB value is (147,204,9). Sum of RGB (Red+Green+Blue) = 147+204+9=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 204 (80.08% from 255 or 56.67% from 360); Blue value is 9 (3.91% from 255 or 2.5% from 360); Max value from RGB is 204 - color contains mainly: green. Hex color #93CC09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93CC09 is #6C33F6. Grayscale: #A5A5A5. Windows color (decimal): -7091191 or 642195. OLE color: 642195.

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

Color convert

RGB 147 204 9 -
CMYK 0.28 0 0.96 0.2
HSL 77.54º 0.92% 0.42% -
HSV(B) 77.54º 0.96% 0.8% -
XYZ 33.67 49.41 8.02 -
YUV 164.73 40.12 115.36 -
System Red Green Blue C M Y K H S L
Decimal 147 204 9 0.28 0 0.96 0.2 77.54 0.92 0.42
Hex 93 CC 9 1C 0 60 14 4E 5C 2A
Octal 223 314 11 34 0 140 24 116 134 52
Binary 10010011 11001100 1001 11100 0 1100000 10100 1001110 1011100 101010

Color Harmonies of #93CC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CC09

Black with #93CC09

Text Example


Text Example

White with #93CC09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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