Html Css Color HEX #9DC113 Citrus

📋 copy color: '#9DC113'

red 157 ◦ green 193 ◦ blue 19

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

Shades of Citrus #9DC113

Tints of Citrus #9DC113

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.3%

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

R = 42.55%
G = 52.3%
B = 5.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#9DC113 (or 0x9DC113) is known color: Citrus. HEX triplet: 9D, C1 and 13. RGB value is (157,193,19). Sum of RGB (Red+Green+Blue) = 157+193+19=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 193 (75.78% from 255 or 52.30% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC113 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC113 is #623EEC. Grayscale: #A3A3A3. Windows color (decimal): -6438637 or 1294749. OLE color: 1294749.

HSL color Cylindrical-coordinate representation of color #9DC113: hue angle of 72.41º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9DC113 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 157 193 19 -
CMYK 0.19 0 0.90 0.24
HSL 72.41º 0.82% 0.42% -
HSV(B) 72.41º 0.9% 0.76% -
XYZ 33.09 45.36 7.63 -
YUV 162.4 47.07 124.15 -
System Red Green Blue C M Y K H S L
Decimal 157 193 19 0.19 0 0.90 0.24 72.41 0.82 0.42
Hex 9D C1 13 13 0 5A 18 48 52 2A
Octal 235 301 23 23 0 132 30 110 122 52
Binary 10011101 11000001 10011 10011 0 1011010 11000 1001000 1010010 101010

Color Harmonies of #9DC113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC113

Black with #9DC113

Text Example


Text Example

White with #9DC113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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