Html Css Color HEX #9DC30D Citrus

📋 copy color: '#9DC30D'

red 157 ◦ green 195 ◦ blue 13

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

Shades of Citrus #9DC30D

Tints of Citrus #9DC30D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.42%

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

R = 43.01%
G = 53.42%
B = 3.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#9DC30D (or 0x9DC30D) is known color: Citrus. HEX triplet: 9D, C3 and 0D. RGB value is (157,195,13). Sum of RGB (Red+Green+Blue) = 157+195+13=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 195 (76.56% from 255 or 53.42% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 195 - color contains mainly: green. Hex color #9DC30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC30D is #623CF2. Grayscale: #A3A3A3. Windows color (decimal): -6438131 or 902045. OLE color: 902045.

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

Color convert

RGB 157 195 13 -
CMYK 0.19 0 0.93 0.24
HSL 72.53º 0.88% 0.41% -
HSV(B) 72.53º 0.93% 0.76% -
XYZ 33.49 46.23 7.54 -
YUV 162.89 43.41 123.8 -
System Red Green Blue C M Y K H S L
Decimal 157 195 13 0.19 0 0.93 0.24 72.53 0.88 0.41
Hex 9D C3 D 13 0 5D 18 49 58 29
Octal 235 303 15 23 0 135 30 111 130 51
Binary 10011101 11000011 1101 10011 0 1011101 11000 1001001 1011000 101001

Color Harmonies of #9DC30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC30D

Black with #9DC30D

Text Example


Text Example

White with #9DC30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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