Html Css Color HEX #95AD10 Citrus

📋 copy color: '#95AD10'

red 149 ◦ green 173 ◦ blue 16

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

Shades of Citrus #95AD10

Tints of Citrus #95AD10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.73%

R = 44.08%
G = 51.18%
B = 4.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#95AD10 (or 0x95AD10) is known color: Citrus. HEX triplet: 95, AD and 10. RGB value is (149,173,16). Sum of RGB (Red+Green+Blue) = 149+173+16=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 173 (67.97% from 255 or 51.18% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95AD10 is #6A52EF. Grayscale: #949494. Windows color (decimal): -6968048 or 1093013. OLE color: 1093013.

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

Color convert

RGB 149 173 16 -
CMYK 0.14 0 0.91 0.32
HSL 69.17º 0.83% 0.37% -
HSV(B) 69.17º 0.91% 0.68% -
XYZ 27.43 36.31 6.05 -
YUV 147.93 53.55 128.77 -
System Red Green Blue C M Y K H S L
Decimal 149 173 16 0.14 0 0.91 0.32 69.17 0.83 0.37
Hex 95 AD 10 E 0 5B 20 45 53 25
Octal 225 255 20 16 0 133 40 105 123 45
Binary 10010101 10101101 10000 1110 0 1011011 100000 1000101 1010011 100101

Color Harmonies of #95AD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AD10

Black with #95AD10

Text Example


Text Example

White with #95AD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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