Html Css Color HEX #9DC013 Citrus

📋 copy color: '#9DC013'

red 157 ◦ green 192 ◦ blue 19

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

Shades of Citrus #9DC013

Tints of Citrus #9DC013

RGB

 RED value IS 157 (61.72% from 255) = 42.66%

 GREEN value IS 192 (75.39% from 255) = 52.17%

 BLUE value IS 19 (7.81% from 255) = 5.16%

R = 42.66%
G = 52.17%
B = 5.16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#9DC013 (or 0x9DC013) is known color: Citrus. HEX triplet: 9D, C0 and 13. RGB value is (157,192,19). Sum of RGB (Red+Green+Blue) = 157+192+19=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 19 (7.81% from 255 or 5.16% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC013 is #623FEC. Grayscale: #A2A2A2. Windows color (decimal): -6438893 or 1294493. OLE color: 1294493.

HSL color Cylindrical-coordinate representation of color #9DC013: hue angle of 72.14º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9DC013 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 192 19 -
CMYK 0.18 0 0.90 0.25
HSL 72.14º 0.82% 0.41% -
HSV(B) 72.14º 0.9% 0.75% -
XYZ 32.87 44.91 7.55 -
YUV 161.81 47.4 124.57 -
System Red Green Blue C M Y K H S L
Decimal 157 192 19 0.18 0 0.90 0.25 72.14 0.82 0.41
Hex 9D C0 13 12 0 5A 19 48 52 29
Octal 235 300 23 22 0 132 31 110 122 51
Binary 10011101 11000000 10011 10010 0 1011010 11001 1001000 1010010 101001

Color Harmonies of #9DC013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC013

Black with #9DC013

Text Example


Text Example

White with #9DC013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DC013; }

 p { color: rgb(157,192,19); }

 H1.HeaderClassName
 {
   color: #9DC013;
 }
 .AnyTagClassName
 {
   color: #9DC013;
 }
</style>

background-color css

<style>
 a { background-color: #9DC013; }

 a { background-color: rgb(157,192,19); }

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

border-color css

<style>
 span { border-color: #9DC013; }

 span { border-color: rgb(157,192,19); }

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