Html Css Color HEX #93AE01 Citrus

📋 copy color: '#93AE01'

red 147 ◦ green 174 ◦ blue 1

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

Shades of Citrus #93AE01

Tints of Citrus #93AE01

RGB

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

 GREEN value IS 174 (68.36% from 255) = 54.04%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 45.65%
G = 54.04%
B = 0.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#93AE01 (or 0x93AE01) is known color: Citrus. HEX triplet: 93, AE and 01. RGB value is (147,174,1). Sum of RGB (Red+Green+Blue) = 147+174+1=322 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.65% from 322); Green value is 174 (68.36% from 255 or 54.04% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 174 - color contains mainly: green. Hex color #93AE01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93AE01 is #6C51FE. Grayscale: #929292. Windows color (decimal): -7098879 or 110227. OLE color: 110227.

HSL color Cylindrical-coordinate representation of color #93AE01: hue angle of 69.36º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93AE01 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 174 1 -
CMYK 0.16 0 0.99 0.32
HSL 69.36º 0.99% 0.34% -
HSV(B) 69.36º 0.99% 0.68% -
XYZ 27.17 36.48 5.64 -
YUV 146.21 46.05 128.57 -
System Red Green Blue C M Y K H S L
Decimal 147 174 1 0.16 0 0.99 0.32 69.36 0.99 0.34
Hex 93 AE 1 10 0 63 20 45 63 22
Octal 223 256 1 20 0 143 40 105 143 42
Binary 10010011 10101110 1 10000 0 1100011 100000 1000101 1100011 100010

Color Harmonies of #93AE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AE01

Black with #93AE01

Text Example


Text Example

White with #93AE01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,174,1); }

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

background-color css

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

 a { background-color: rgb(147,174,1); }

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

border-color css

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

 span { border-color: rgb(147,174,1); }

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