Html Css Color HEX #93AF02 Citrus

📋 copy color: '#93AF02'

red 147 ◦ green 175 ◦ blue 2

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

Shades of Citrus #93AF02

Tints of Citrus #93AF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 45.37%
G = 54.01%
B = 0.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#93AF02 (or 0x93AF02) is known color: Citrus. HEX triplet: 93, AF and 02. RGB value is (147,175,2). Sum of RGB (Red+Green+Blue) = 147+175+2=324 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.37% from 324); Green value is 175 (68.75% from 255 or 54.01% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93AF02 is #6C50FD. Grayscale: #939393. Windows color (decimal): -7098622 or 176019. OLE color: 176019.

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

Color convert

RGB 147 175 2 -
CMYK 0.16 0 0.99 0.31
HSL 69.71º 0.98% 0.35% -
HSV(B) 69.71º 0.99% 0.69% -
XYZ 27.37 36.87 5.73 -
YUV 146.91 46.22 128.07 -
System Red Green Blue C M Y K H S L
Decimal 147 175 2 0.16 0 0.99 0.31 69.71 0.98 0.35
Hex 93 AF 2 10 0 63 1F 46 62 23
Octal 223 257 2 20 0 143 37 106 142 43
Binary 10010011 10101111 10 10000 0 1100011 11111 1000110 1100010 100011

Color Harmonies of #93AF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AF02

Black with #93AF02

Text Example


Text Example

White with #93AF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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