Html Css Color HEX #95AD11 Citrus

📋 copy color: '#95AD11'

red 149 ◦ green 173 ◦ blue 17

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

Shades of Citrus #95AD11

Tints of Citrus #95AD11

RGB

 RED value IS 149 (58.59% from 255) = 43.95%

 GREEN value IS 173 (67.97% from 255) = 51.03%

 BLUE value IS 17 (7.03% from 255) = 5.01%

R = 43.95%
G = 51.03%
B = 5.01%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#95AD11 (or 0x95AD11) is known color: Citrus. HEX triplet: 95, AD and 11. RGB value is (149,173,17). Sum of RGB (Red+Green+Blue) = 149+173+17=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 173 (67.97% from 255 or 51.03% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95AD11 is #6A52EE. Grayscale: #949494. Windows color (decimal): -6968047 or 1158549. OLE color: 1158549.

HSL color Cylindrical-coordinate representation of color #95AD11: hue angle of 69.23º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95AD11 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 173 17 -
CMYK 0.14 0 0.90 0.32
HSL 69.23º 0.82% 0.37% -
HSV(B) 69.23º 0.9% 0.68% -
XYZ 27.44 36.32 6.09 -
YUV 148.04 54.05 128.68 -
System Red Green Blue C M Y K H S L
Decimal 149 173 17 0.14 0 0.90 0.32 69.23 0.82 0.37
Hex 95 AD 11 E 0 5A 20 45 52 25
Octal 225 255 21 16 0 132 40 105 122 45
Binary 10010101 10101101 10001 1110 0 1011010 100000 1000101 1010010 100101

Color Harmonies of #95AD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AD11

Black with #95AD11

Text Example


Text Example

White with #95AD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95AD11; }

 p { color: rgb(149,173,17); }

 H1.HeaderClassName
 {
   color: #95AD11;
 }
 .AnyTagClassName
 {
   color: #95AD11;
 }
</style>

background-color css

<style>
 a { background-color: #95AD11; }

 a { background-color: rgb(149,173,17); }

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

border-color css

<style>
 span { border-color: #95AD11; }

 span { border-color: rgb(149,173,17); }

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