Html Css Color HEX #93AF0F Citrus

📋 copy color: '#93AF0F'

red 147 ◦ green 175 ◦ blue 15

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

Shades of Citrus #93AF0F

Tints of Citrus #93AF0F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 51.93%

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

R = 43.62%
G = 51.93%
B = 4.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#93AF0F (or 0x93AF0F) is known color: Citrus. HEX triplet: 93, AF and 0F. RGB value is (147,175,15). Sum of RGB (Red+Green+Blue) = 147+175+15=337 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.62% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93AF0F is #6C50F0. Grayscale: #959595. Windows color (decimal): -7098609 or 1027987. OLE color: 1027987.

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

Color convert

RGB 147 175 15 -
CMYK 0.16 0 0.91 0.31
HSL 70.5º 0.84% 0.37% -
HSV(B) 70.5º 0.91% 0.69% -
XYZ 27.45 36.9 6.13 -
YUV 148.39 52.72 127.01 -
System Red Green Blue C M Y K H S L
Decimal 147 175 15 0.16 0 0.91 0.31 70.5 0.84 0.37
Hex 93 AF F 10 0 5B 1F 46 54 25
Octal 223 257 17 20 0 133 37 106 124 45
Binary 10010011 10101111 1111 10000 0 1011011 11111 1000110 1010100 100101

Color Harmonies of #93AF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AF0F

Black with #93AF0F

Text Example


Text Example

White with #93AF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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