Html Css Color HEX #95AC11 Citrus

📋 copy color: '#95AC11'

red 149 ◦ green 172 ◦ blue 17

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

Shades of Citrus #95AC11

Tints of Citrus #95AC11

RGB

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

 GREEN value IS 172 (67.58% from 255) = 50.89%

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

R = 44.08%
G = 50.89%
B = 5.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#95AC11 (or 0x95AC11) is known color: Citrus. HEX triplet: 95, AC and 11. RGB value is (149,172,17). Sum of RGB (Red+Green+Blue) = 149+172+17=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 172 (67.58% from 255 or 50.89% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 172 - color contains mainly: green. Hex color #95AC11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95AC11 is #6A53EE. Grayscale: #949494. Windows color (decimal): -6968303 or 1158293. OLE color: 1158293.

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

Color convert

RGB 149 172 17 -
CMYK 0.13 0 0.90 0.33
HSL 68.9º 0.82% 0.37% -
HSV(B) 68.9º 0.9% 0.67% -
XYZ 27.25 35.94 6.03 -
YUV 147.45 54.38 129.1 -
System Red Green Blue C M Y K H S L
Decimal 149 172 17 0.13 0 0.90 0.33 68.9 0.82 0.37
Hex 95 AC 11 D 0 5A 21 45 52 25
Octal 225 254 21 15 0 132 41 105 122 45
Binary 10010101 10101100 10001 1101 0 1011010 100001 1000101 1010010 100101

Color Harmonies of #95AC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AC11

Black with #95AC11

Text Example


Text Example

White with #95AC11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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