Html Css Color HEX #9DA40C Citrus

📋 copy color: '#9DA40C'

red 157 ◦ green 164 ◦ blue 12

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

Shades of Citrus #9DA40C

Tints of Citrus #9DA40C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 49.25%

 BLUE value IS 12 (5.08% from 255) = 3.6%

R = 47.15%
G = 49.25%
B = 3.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#9DA40C (or 0x9DA40C) is known color: Citrus. HEX triplet: 9D, A4 and 0C. RGB value is (157,164,12). Sum of RGB (Red+Green+Blue) = 157+164+12=333 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.15% from 333); Green value is 164 (64.45% from 255 or 49.25% from 333); Blue value is 12 (5.08% from 255 or 3.60% from 333); Max value from RGB is 164 - color contains mainly: green. Hex color #9DA40C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA40C is #625BF3. Grayscale: #919191. Windows color (decimal): -6446068 or 828573. OLE color: 828573.

HSL color Cylindrical-coordinate representation of color #9DA40C: hue angle of 62.76º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9DA40C is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 157 164 12 -
CMYK 0.04 0 0.93 0.36
HSL 62.76º 0.86% 0.35% -
HSV(B) 62.76º 0.93% 0.64% -
XYZ 27.25 33.75 5.43 -
YUV 144.58 53.18 136.86 -
System Red Green Blue C M Y K H S L
Decimal 157 164 12 0.04 0 0.93 0.36 62.76 0.86 0.35
Hex 9D A4 C 4 0 5D 24 3F 56 23
Octal 235 244 14 4 0 135 44 77 126 43
Binary 10011101 10100100 1100 100 0 1011101 100100 111111 1010110 100011

Color Harmonies of #9DA40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA40C

Black with #9DA40C

Text Example


Text Example

White with #9DA40C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,164,12); }

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

background-color css

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

 a { background-color: rgb(157,164,12); }

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

border-color css

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

 span { border-color: rgb(157,164,12); }

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