Html Css Color HEX #93AF08 Citrus

📋 copy color: '#93AF08'

red 147 ◦ green 175 ◦ blue 8

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

Shades of Citrus #93AF08

Tints of Citrus #93AF08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.42%

R = 44.55%
G = 53.03%
B = 2.42%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#93AF08 (or 0x93AF08) is known color: Citrus. HEX triplet: 93, AF and 08. RGB value is (147,175,8). Sum of RGB (Red+Green+Blue) = 147+175+8=330 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.55% from 330); Green value is 175 (68.75% from 255 or 53.03% from 330); Blue value is 8 (3.52% from 255 or 2.42% from 330); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93AF08 is #6C50F7. Grayscale: #949494. Windows color (decimal): -7098616 or 569235. OLE color: 569235.

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

Color convert

RGB 147 175 8 -
CMYK 0.16 0 0.95 0.31
HSL 70.06º 0.91% 0.36% -
HSV(B) 70.06º 0.95% 0.69% -
XYZ 27.41 36.88 5.9 -
YUV 147.59 49.22 127.58 -
System Red Green Blue C M Y K H S L
Decimal 147 175 8 0.16 0 0.95 0.31 70.06 0.91 0.36
Hex 93 AF 8 10 0 5F 1F 46 5B 24
Octal 223 257 10 20 0 137 37 106 133 44
Binary 10010011 10101111 1000 10000 0 1011111 11111 1000110 1011011 100100

Color Harmonies of #93AF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AF08

Black with #93AF08

Text Example


Text Example

White with #93AF08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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