Html Css Color HEX #96AF02 Citrus

📋 copy color: '#96AF02'

red 150 ◦ green 175 ◦ blue 2

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

Shades of Citrus #96AF02

Tints of Citrus #96AF02

RGB

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

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

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

R = 45.87%
G = 53.52%
B = 0.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#96AF02 (or 0x96AF02) is known color: Citrus. HEX triplet: 96, AF and 02. RGB value is (150,175,2). Sum of RGB (Red+Green+Blue) = 150+175+2=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 175 (68.75% from 255 or 53.52% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AF02 is #6950FD. Grayscale: #949494. Windows color (decimal): -6902014 or 176022. OLE color: 176022.

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

Color convert

RGB 150 175 2 -
CMYK 0.14 0 0.99 0.31
HSL 68.67º 0.98% 0.35% -
HSV(B) 68.67º 0.99% 0.69% -
XYZ 27.92 37.15 5.76 -
YUV 147.8 45.72 129.57 -
System Red Green Blue C M Y K H S L
Decimal 150 175 2 0.14 0 0.99 0.31 68.67 0.98 0.35
Hex 96 AF 2 E 0 63 1F 45 62 23
Octal 226 257 2 16 0 143 37 105 142 43
Binary 10010110 10101111 10 1110 0 1100011 11111 1000101 1100010 100011

Color Harmonies of #96AF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AF02

Black with #96AF02

Text Example


Text Example

White with #96AF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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