Html Css Color HEX #95AD04 Citrus

📋 copy color: '#95AD04'

red 149 ◦ green 173 ◦ blue 4

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

Shades of Citrus #95AD04

Tints of Citrus #95AD04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.23%

R = 45.71%
G = 53.07%
B = 1.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#95AD04 (or 0x95AD04) is known color: Citrus. HEX triplet: 95, AD and 04. RGB value is (149,173,4). Sum of RGB (Red+Green+Blue) = 149+173+4=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 173 (67.97% from 255 or 53.07% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95AD04 is #6A52FB. Grayscale: #939393. Windows color (decimal): -6968060 or 306581. OLE color: 306581.

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

Color convert

RGB 149 173 4 -
CMYK 0.14 0 0.98 0.32
HSL 68.52º 0.95% 0.35% -
HSV(B) 68.52º 0.98% 0.68% -
XYZ 27.36 36.29 5.68 -
YUV 146.56 47.55 129.74 -
System Red Green Blue C M Y K H S L
Decimal 149 173 4 0.14 0 0.98 0.32 68.52 0.95 0.35
Hex 95 AD 4 E 0 62 20 45 5F 23
Octal 225 255 4 16 0 142 40 105 137 43
Binary 10010101 10101101 100 1110 0 1100010 100000 1000101 1011111 100011

Color Harmonies of #95AD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AD04

Black with #95AD04

Text Example


Text Example

White with #95AD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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