Html Css Color HEX #95AD07 Citrus

📋 copy color: '#95AD07'

red 149 ◦ green 173 ◦ blue 7

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

Shades of Citrus #95AD07

Tints of Citrus #95AD07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.13%

R = 45.29%
G = 52.58%
B = 2.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#95AD07 (or 0x95AD07) is known color: Citrus. HEX triplet: 95, AD and 07. RGB value is (149,173,7). Sum of RGB (Red+Green+Blue) = 149+173+7=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 173 (67.97% from 255 or 52.58% from 329); Blue value is 7 (3.12% from 255 or 2.13% from 329); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95AD07 is #6A52F8. Grayscale: #939393. Windows color (decimal): -6968057 or 503189. OLE color: 503189.

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

Color convert

RGB 149 173 7 -
CMYK 0.14 0 0.96 0.32
HSL 68.67º 0.92% 0.35% -
HSV(B) 68.67º 0.96% 0.68% -
XYZ 27.38 36.29 5.76 -
YUV 146.9 49.05 129.5 -
System Red Green Blue C M Y K H S L
Decimal 149 173 7 0.14 0 0.96 0.32 68.67 0.92 0.35
Hex 95 AD 7 E 0 60 20 45 5C 23
Octal 225 255 7 16 0 140 40 105 134 43
Binary 10010101 10101101 111 1110 0 1100000 100000 1000101 1011100 100011

Color Harmonies of #95AD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AD07

Black with #95AD07

Text Example


Text Example

White with #95AD07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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