Html Css Color HEX #96AF1E Limerick

📋 copy color: '#96AF1E'

red 150 ◦ green 175 ◦ blue 30

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

Shades of Limerick #96AF1E

Tints of Limerick #96AF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.45%

R = 42.25%
G = 49.3%
B = 8.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#96AF1E (or 0x96AF1E) is known color: Limerick. HEX triplet: 96, AF and 1E. RGB value is (150,175,30). Sum of RGB (Red+Green+Blue) = 150+175+30=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 175 (68.75% from 255 or 49.30% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AF1E is #6950E1. Grayscale: #979797. Windows color (decimal): -6901986 or 2011030. OLE color: 2011030.

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

Color convert

RGB 150 175 30 -
CMYK 0.14 0 0.83 0.31
HSL 70.34º 0.71% 0.4% -
HSV(B) 70.34º 0.83% 0.69% -
XYZ 28.14 37.24 6.93 -
YUV 151 59.72 127.29 -
System Red Green Blue C M Y K H S L
Decimal 150 175 30 0.14 0 0.83 0.31 70.34 0.71 0.4
Hex 96 AF 1E E 0 53 1F 46 47 28
Octal 226 257 36 16 0 123 37 106 107 50
Binary 10010110 10101111 11110 1110 0 1010011 11111 1000110 1000111 101000

Color Harmonies of #96AF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AF1E

Black with #96AF1E

Text Example


Text Example

White with #96AF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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