Html Css Color HEX #95AD12 Citrus

📋 copy color: '#95AD12'

red 149 ◦ green 173 ◦ blue 18

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

Shades of Citrus #95AD12

Tints of Citrus #95AD12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.29%

R = 43.82%
G = 50.88%
B = 5.29%

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

#95AD12 (or 0x95AD12) is known color: Citrus. HEX triplet: 95, AD and 12. RGB value is (149,173,18). Sum of RGB (Red+Green+Blue) = 149+173+18=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 173 (67.97% from 255 or 50.88% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95AD12 is #6A52ED. Grayscale: #949494. Windows color (decimal): -6968046 or 1224085. OLE color: 1224085.

HSL color Cylindrical-coordinate representation of color #95AD12: hue angle of 69.29º degrees, saturation: 0.81, 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 #95AD12 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 173 18 -
CMYK 0.14 0 0.90 0.32
HSL 69.29º 0.81% 0.37% -
HSV(B) 69.29º 0.9% 0.68% -
XYZ 27.45 36.32 6.14 -
YUV 148.15 54.55 128.6 -
System Red Green Blue C M Y K H S L
Decimal 149 173 18 0.14 0 0.90 0.32 69.29 0.81 0.37
Hex 95 AD 12 E 0 5A 20 45 51 25
Octal 225 255 22 16 0 132 40 105 121 45
Binary 10010101 10101101 10010 1110 0 1011010 100000 1000101 1010001 100101

Color Harmonies of #95AD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AD12

Black with #95AD12

Text Example


Text Example

White with #95AD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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