Html Css Color HEX #95A024 Citron

📋 copy color: '#95A024'

red 149 ◦ green 160 ◦ blue 36

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

Shades of Citron #95A024

Tints of Citron #95A024

RGB

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

 GREEN value IS 160 (62.89% from 255) = 46.38%

 BLUE value IS 36 (14.45% from 255) = 10.43%

R = 43.19%
G = 46.38%
B = 10.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#95A024 (or 0x95A024) is known color: Citron. HEX triplet: 95, A0 and 24. RGB value is (149,160,36). Sum of RGB (Red+Green+Blue) = 149+160+36=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 160 (62.89% from 255 or 46.38% from 345); Blue value is 36 (14.45% from 255 or 10.43% from 345); Max value from RGB is 160 - color contains mainly: green. Hex color #95A024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A024 is #6A5FDB. Grayscale: #8F8F8F. Windows color (decimal): -6971356 or 2400405. OLE color: 2400405.

HSL color Cylindrical-coordinate representation of color #95A024: hue angle of 65.32º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #95A024 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 149 160 36 -
CMYK 0.07 0 0.78 0.37
HSL 65.32º 0.63% 0.38% -
HSV(B) 65.32º 0.78% 0.63% -
XYZ 25.28 31.66 6.45 -
YUV 142.58 67.86 132.58 -
System Red Green Blue C M Y K H S L
Decimal 149 160 36 0.07 0 0.78 0.37 65.32 0.63 0.38
Hex 95 A0 24 7 0 4E 25 41 3F 26
Octal 225 240 44 7 0 116 45 101 77 46
Binary 10010101 10100000 100100 111 0 1001110 100101 1000001 111111 100110

Color Harmonies of #95A024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A024

Black with #95A024

Text Example


Text Example

White with #95A024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,160,36); }

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

background-color css

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

 a { background-color: rgb(149,160,36); }

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

border-color css

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

 span { border-color: rgb(149,160,36); }

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