Html Css Color HEX #9DC304 Citrus

📋 copy color: '#9DC304'

red 157 ◦ green 195 ◦ blue 4

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

Shades of Citrus #9DC304

Tints of Citrus #9DC304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.12%

R = 44.1%
G = 54.78%
B = 1.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#9DC304 (or 0x9DC304) is known color: Citrus. HEX triplet: 9D, C3 and 04. RGB value is (157,195,4). Sum of RGB (Red+Green+Blue) = 157+195+4=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 195 (76.56% from 255 or 54.78% from 356); Blue value is 4 (1.95% from 255 or 1.12% from 356); Max value from RGB is 195 - color contains mainly: green. Hex color #9DC304 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC304 is #623CFB. Grayscale: #A2A2A2. Windows color (decimal): -6438140 or 312221. OLE color: 312221.

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

Color convert

RGB 157 195 4 -
CMYK 0.19 0 0.98 0.24
HSL 71.94º 0.96% 0.39% -
HSV(B) 71.94º 0.98% 0.76% -
XYZ 33.44 46.21 7.27 -
YUV 161.86 38.91 124.53 -
System Red Green Blue C M Y K H S L
Decimal 157 195 4 0.19 0 0.98 0.24 71.94 0.96 0.39
Hex 9D C3 4 13 0 62 18 48 60 27
Octal 235 303 4 23 0 142 30 110 140 47
Binary 10011101 11000011 100 10011 0 1100010 11000 1001000 1100000 100111

Color Harmonies of #9DC304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC304

Black with #9DC304

Text Example


Text Example

White with #9DC304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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