Html Css Color HEX #96AF03 Citrus

📋 copy color: '#96AF03'

red 150 ◦ green 175 ◦ blue 3

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

Shades of Citrus #96AF03

Tints of Citrus #96AF03

RGB

 RED value IS 150 (58.98% from 255) = 45.73%

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

 BLUE value IS 3 (1.56% from 255) = 0.91%

R = 45.73%
G = 53.35%
B = 0.91%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#96AF03 (or 0x96AF03) is known color: Citrus. HEX triplet: 96, AF and 03. RGB value is (150,175,3). Sum of RGB (Red+Green+Blue) = 150+175+3=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 175 (68.75% from 255 or 53.35% from 328); Blue value is 3 (1.56% from 255 or 0.91% from 328); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AF03 is #6950FC. Grayscale: #949494. Windows color (decimal): -6902013 or 241558. OLE color: 241558.

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

Color convert

RGB 150 175 3 -
CMYK 0.14 0 0.98 0.31
HSL 68.72º 0.97% 0.35% -
HSV(B) 68.72º 0.98% 0.69% -
XYZ 27.92 37.15 5.79 -
YUV 147.92 46.22 129.49 -
System Red Green Blue C M Y K H S L
Decimal 150 175 3 0.14 0 0.98 0.31 68.72 0.97 0.35
Hex 96 AF 3 E 0 62 1F 45 61 23
Octal 226 257 3 16 0 142 37 105 141 43
Binary 10010110 10101111 11 1110 0 1100010 11111 1000101 1100001 100011

Color Harmonies of #96AF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AF03

Black with #96AF03

Text Example


Text Example

White with #96AF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96AF03; }

 p { color: rgb(150,175,3); }

 H1.HeaderClassName
 {
   color: #96AF03;
 }
 .AnyTagClassName
 {
   color: #96AF03;
 }
</style>

background-color css

<style>
 a { background-color: #96AF03; }

 a { background-color: rgb(150,175,3); }

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

border-color css

<style>
 span { border-color: #96AF03; }

 span { border-color: rgb(150,175,3); }

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