Html Css Color HEX #96AF04 Citrus

📋 copy color: '#96AF04'

red 150 ◦ green 175 ◦ blue 4

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

Shades of Citrus #96AF04

Tints of Citrus #96AF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.22%

R = 45.59%
G = 53.19%
B = 1.22%

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

#96AF04 (or 0x96AF04) is known color: Citrus. HEX triplet: 96, AF and 04. RGB value is (150,175,4). Sum of RGB (Red+Green+Blue) = 150+175+4=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 175 (68.75% from 255 or 53.19% from 329); Blue value is 4 (1.95% from 255 or 1.22% from 329); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AF04 is #6950FB. Grayscale: #949494. Windows color (decimal): -6902012 or 307094. OLE color: 307094.

HSL color Cylindrical-coordinate representation of color #96AF04: hue angle of 68.77º degrees, saturation: 0.96, 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 #96AF04 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 175 4 -
CMYK 0.14 0 0.98 0.31
HSL 68.77º 0.96% 0.35% -
HSV(B) 68.77º 0.98% 0.69% -
XYZ 27.93 37.15 5.81 -
YUV 148.03 46.72 129.4 -
System Red Green Blue C M Y K H S L
Decimal 150 175 4 0.14 0 0.98 0.31 68.77 0.96 0.35
Hex 96 AF 4 E 0 62 1F 45 60 23
Octal 226 257 4 16 0 142 37 105 140 43
Binary 10010110 10101111 100 1110 0 1100010 11111 1000101 1100000 100011

Color Harmonies of #96AF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AF04

Black with #96AF04

Text Example


Text Example

White with #96AF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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