Html Css Color HEX #93AA07 Citrus

📋 copy color: '#93AA07'

red 147 ◦ green 170 ◦ blue 7

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

Shades of Citrus #93AA07

Tints of Citrus #93AA07

RGB

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

 GREEN value IS 170 (66.8% from 255) = 52.47%

 BLUE value IS 7 (3.13% from 255) = 2.16%

R = 45.37%
G = 52.47%
B = 2.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#93AA07 (or 0x93AA07) is known color: Citrus. HEX triplet: 93, AA and 07. RGB value is (147,170,7). Sum of RGB (Red+Green+Blue) = 147+170+7=324 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.37% from 324); Green value is 170 (66.80% from 255 or 52.47% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93AA07 is #6C55F8. Grayscale: #919191. Windows color (decimal): -7099897 or 502419. OLE color: 502419.

HSL color Cylindrical-coordinate representation of color #93AA07: hue angle of 68.47º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93AA07 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 170 7 -
CMYK 0.14 0 0.96 0.33
HSL 68.47º 0.92% 0.35% -
HSV(B) 68.47º 0.96% 0.67% -
XYZ 26.45 34.97 5.56 -
YUV 144.54 50.38 129.75 -
System Red Green Blue C M Y K H S L
Decimal 147 170 7 0.14 0 0.96 0.33 68.47 0.92 0.35
Hex 93 AA 7 E 0 60 21 44 5C 23
Octal 223 252 7 16 0 140 41 104 134 43
Binary 10010011 10101010 111 1110 0 1100000 100001 1000100 1011100 100011

Color Harmonies of #93AA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AA07

Black with #93AA07

Text Example


Text Example

White with #93AA07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,170,7); }

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

background-color css

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

 a { background-color: rgb(147,170,7); }

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

border-color css

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

 span { border-color: rgb(147,170,7); }

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