Html Css Color HEX #95C209 Citrus

📋 copy color: '#95C209'

red 149 ◦ green 194 ◦ blue 9

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

Shades of Citrus #95C209

Tints of Citrus #95C209

RGB

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

 GREEN value IS 194 (76.17% from 255) = 55.11%

 BLUE value IS 9 (3.91% from 255) = 2.56%

R = 42.33%
G = 55.11%
B = 2.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#95C209 (or 0x95C209) is known color: Citrus. HEX triplet: 95, C2 and 09. RGB value is (149,194,9). Sum of RGB (Red+Green+Blue) = 149+194+9=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 194 (76.17% from 255 or 55.11% from 352); Blue value is 9 (3.91% from 255 or 2.56% from 352); Max value from RGB is 194 - color contains mainly: green. Hex color #95C209 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C209 is #6A3DF6. Grayscale: #A0A0A0. Windows color (decimal): -6962679 or 639637. OLE color: 639637.

HSL color Cylindrical-coordinate representation of color #95C209: hue angle of 74.59º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #95C209 is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 194 9 -
CMYK 0.23 0 0.95 0.24
HSL 74.59º 0.91% 0.4% -
HSV(B) 74.59º 0.95% 0.76% -
XYZ 31.74 44.99 7.27 -
YUV 159.46 43.09 120.54 -
System Red Green Blue C M Y K H S L
Decimal 149 194 9 0.23 0 0.95 0.24 74.59 0.91 0.4
Hex 95 C2 9 17 0 5F 18 4B 5B 28
Octal 225 302 11 27 0 137 30 113 133 50
Binary 10010101 11000010 1001 10111 0 1011111 11000 1001011 1011011 101000

Color Harmonies of #95C209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C209

Black with #95C209

Text Example


Text Example

White with #95C209

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,194,9); }

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

background-color css

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

 a { background-color: rgb(149,194,9); }

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

border-color css

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

 span { border-color: rgb(149,194,9); }

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