Html Css Color HEX #93AC0F Citrus

📋 copy color: '#93AC0F'

red 147 ◦ green 172 ◦ blue 15

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

Shades of Citrus #93AC0F

Tints of Citrus #93AC0F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.5%

 BLUE value IS 15 (6.25% from 255) = 4.49%

R = 44.01%
G = 51.5%
B = 4.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#93AC0F (or 0x93AC0F) is known color: Citrus. HEX triplet: 93, AC and 0F. RGB value is (147,172,15). Sum of RGB (Red+Green+Blue) = 147+172+15=334 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.01% from 334); Green value is 172 (67.58% from 255 or 51.50% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 172 - color contains mainly: green. Hex color #93AC0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93AC0F is #6C53F0. Grayscale: #939393. Windows color (decimal): -7099377 or 1027219. OLE color: 1027219.

HSL color Cylindrical-coordinate representation of color #93AC0F: hue angle of 69.55º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93AC0F is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 172 15 -
CMYK 0.15 0 0.91 0.33
HSL 69.55º 0.84% 0.37% -
HSV(B) 69.55º 0.91% 0.67% -
XYZ 26.87 35.74 5.93 -
YUV 146.63 53.72 128.27 -
System Red Green Blue C M Y K H S L
Decimal 147 172 15 0.15 0 0.91 0.33 69.55 0.84 0.37
Hex 93 AC F F 0 5B 21 46 54 25
Octal 223 254 17 17 0 133 41 106 124 45
Binary 10010011 10101100 1111 1111 0 1011011 100001 1000110 1010100 100101

Color Harmonies of #93AC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AC0F

Black with #93AC0F

Text Example


Text Example

White with #93AC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,172,15); }

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

background-color css

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

 a { background-color: rgb(147,172,15); }

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

border-color css

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

 span { border-color: rgb(147,172,15); }

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