Html Css Color HEX #9DC40D Citrus

📋 copy color: '#9DC40D'

red 157 ◦ green 196 ◦ blue 13

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

Shades of Citrus #9DC40D

Tints of Citrus #9DC40D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 53.55%

 BLUE value IS 13 (5.47% from 255) = 3.55%

R = 42.9%
G = 53.55%
B = 3.55%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#9DC40D (or 0x9DC40D) is known color: Citrus. HEX triplet: 9D, C4 and 0D. RGB value is (157,196,13). Sum of RGB (Red+Green+Blue) = 157+196+13=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 196 (76.95% from 255 or 53.55% from 366); Blue value is 13 (5.47% from 255 or 3.55% from 366); Max value from RGB is 196 - color contains mainly: green. Hex color #9DC40D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC40D is #623BF2. Grayscale: #A4A4A4. Windows color (decimal): -6437875 or 902301. OLE color: 902301.

HSL color Cylindrical-coordinate representation of color #9DC40D: hue angle of 72.79º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9DC40D is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 157 196 13 -
CMYK 0.20 0 0.93 0.23
HSL 72.79º 0.88% 0.41% -
HSV(B) 72.79º 0.93% 0.77% -
XYZ 33.72 46.68 7.61 -
YUV 163.48 43.08 123.38 -
System Red Green Blue C M Y K H S L
Decimal 157 196 13 0.20 0 0.93 0.23 72.79 0.88 0.41
Hex 9D C4 D 14 0 5D 17 49 58 29
Octal 235 304 15 24 0 135 27 111 130 51
Binary 10011101 11000100 1101 10100 0 1011101 10111 1001001 1011000 101001

Color Harmonies of #9DC40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC40D

Black with #9DC40D

Text Example


Text Example

White with #9DC40D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,196,13); }

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

background-color css

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

 a { background-color: rgb(157,196,13); }

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

border-color css

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

 span { border-color: rgb(157,196,13); }

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