Html Css Color HEX #93C01A Citrus

📋 copy color: '#93C01A'

red 147 ◦ green 192 ◦ blue 26

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

Shades of Citrus #93C01A

Tints of Citrus #93C01A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.12%

R = 40.27%
G = 52.6%
B = 7.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#93C01A (or 0x93C01A) is known color: Citrus. HEX triplet: 93, C0 and 1A. RGB value is (147,192,26). Sum of RGB (Red+Green+Blue) = 147+192+26=365 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.27% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #93C01A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93C01A is #6C3FE5. Grayscale: #A0A0A0. Windows color (decimal): -7094246 or 1753235. OLE color: 1753235.

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

Color convert

RGB 147 192 26 -
CMYK 0.23 0 0.86 0.25
HSL 76.27º 0.76% 0.43% -
HSV(B) 76.27º 0.86% 0.75% -
XYZ 31.07 43.98 7.83 -
YUV 159.62 52.59 119 -
System Red Green Blue C M Y K H S L
Decimal 147 192 26 0.23 0 0.86 0.25 76.27 0.76 0.43
Hex 93 C0 1A 17 0 56 19 4C 4C 2B
Octal 223 300 32 27 0 126 31 114 114 53
Binary 10010011 11000000 11010 10111 0 1010110 11001 1001100 1001100 101011

Color Harmonies of #93C01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C01A

Black with #93C01A

Text Example


Text Example

White with #93C01A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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