Html Css Color HEX #93A12A Citron

📋 copy color: '#93A12A'

red 147 ◦ green 161 ◦ blue 42

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

Shades of Citron #93A12A

Tints of Citron #93A12A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46%

 BLUE value IS 42 (16.8% from 255) = 12%

R = 42%
G = 46%
B = 12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#93A12A (or 0x93A12A) is known color: Citron. HEX triplet: 93, A1 and 2A. RGB value is (147,161,42). Sum of RGB (Red+Green+Blue) = 147+161+42=350 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42% from 350); Green value is 161 (63.28% from 255 or 46% from 350); Blue value is 42 (16.80% from 255 or 12% from 350); Max value from RGB is 161 - color contains mainly: green. Hex color #93A12A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A12A is #6C5ED5. Grayscale: #8F8F8F. Windows color (decimal): -7102166 or 2793875. OLE color: 2793875.

HSL color Cylindrical-coordinate representation of color #93A12A: hue angle of 67.06º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #93A12A is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB 147 161 42 -
CMYK 0.09 0 0.74 0.37
HSL 67.06º 0.59% 0.4% -
HSV(B) 67.06º 0.74% 0.63% -
XYZ 25.2 31.86 7.01 -
YUV 143.25 70.86 130.68 -
System Red Green Blue C M Y K H S L
Decimal 147 161 42 0.09 0 0.74 0.37 67.06 0.59 0.4
Hex 93 A1 2A 9 0 4A 25 43 3B 28
Octal 223 241 52 11 0 112 45 103 73 50
Binary 10010011 10100001 101010 1001 0 1001010 100101 1000011 111011 101000

Color Harmonies of #93A12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A12A

Black with #93A12A

Text Example


Text Example

White with #93A12A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,161,42); }

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

background-color css

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

 a { background-color: rgb(147,161,42); }

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

border-color css

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

 span { border-color: rgb(147,161,42); }

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