Html Css Color HEX #9DB418 Citrus

📋 copy color: '#9DB418'

red 157 ◦ green 180 ◦ blue 24

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

Shades of Citrus #9DB418

Tints of Citrus #9DB418

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.86%

 BLUE value IS 24 (9.77% from 255) = 6.65%

R = 43.49%
G = 49.86%
B = 6.65%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#9DB418 (or 0x9DB418) is known color: Citrus. HEX triplet: 9D, B4 and 18. RGB value is (157,180,24). Sum of RGB (Red+Green+Blue) = 157+180+24=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 180 (70.70% from 255 or 49.86% from 361); Blue value is 24 (9.77% from 255 or 6.65% from 361); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB418 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB418 is #624BE7. Grayscale: #9B9B9B. Windows color (decimal): -6441960 or 1619101. OLE color: 1619101.

HSL color Cylindrical-coordinate representation of color #9DB418: hue angle of 68.85º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9DB418 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 180 24 -
CMYK 0.13 0 0.87 0.29
HSL 68.85º 0.76% 0.4% -
HSV(B) 68.85º 0.87% 0.71% -
XYZ 30.39 39.88 6.96 -
YUV 155.34 53.88 129.18 -
System Red Green Blue C M Y K H S L
Decimal 157 180 24 0.13 0 0.87 0.29 68.85 0.76 0.4
Hex 9D B4 18 D 0 57 1D 45 4C 28
Octal 235 264 30 15 0 127 35 105 114 50
Binary 10011101 10110100 11000 1101 0 1010111 11101 1000101 1001100 101000

Color Harmonies of #9DB418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB418

Black with #9DB418

Text Example


Text Example

White with #9DB418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,180,24); }

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

background-color css

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

 a { background-color: rgb(157,180,24); }

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

border-color css

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

 span { border-color: rgb(157,180,24); }

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