Html Css Color HEX #95AD08 Citrus

📋 copy color: '#95AD08'

red 149 ◦ green 173 ◦ blue 8

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

Shades of Citrus #95AD08

Tints of Citrus #95AD08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.42%

R = 45.15%
G = 52.42%
B = 2.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#95AD08 (or 0x95AD08) is known color: Citrus. HEX triplet: 95, AD and 08. RGB value is (149,173,8). Sum of RGB (Red+Green+Blue) = 149+173+8=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 173 (67.97% from 255 or 52.42% from 330); Blue value is 8 (3.52% from 255 or 2.42% from 330); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95AD08 is #6A52F7. Grayscale: #939393. Windows color (decimal): -6968056 or 568725. OLE color: 568725.

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

Color convert

RGB 149 173 8 -
CMYK 0.14 0 0.95 0.32
HSL 68.73º 0.91% 0.35% -
HSV(B) 68.73º 0.95% 0.68% -
XYZ 27.38 36.29 5.79 -
YUV 147.01 49.55 129.42 -
System Red Green Blue C M Y K H S L
Decimal 149 173 8 0.14 0 0.95 0.32 68.73 0.91 0.35
Hex 95 AD 8 E 0 5F 20 45 5B 23
Octal 225 255 10 16 0 137 40 105 133 43
Binary 10010101 10101101 1000 1110 0 1011111 100000 1000101 1011011 100011

Color Harmonies of #95AD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AD08

Black with #95AD08

Text Example


Text Example

White with #95AD08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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