Html Css Color HEX #9DB618 Citrus

📋 copy color: '#9DB618'

red 157 ◦ green 182 ◦ blue 24

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

Shades of Citrus #9DB618

Tints of Citrus #9DB618

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.14%

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

R = 43.25%
G = 50.14%
B = 6.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#9DB618 (or 0x9DB618) is known color: Citrus. HEX triplet: 9D, B6 and 18. RGB value is (157,182,24). Sum of RGB (Red+Green+Blue) = 157+182+24=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 182 (71.48% from 255 or 50.14% from 363); Blue value is 24 (9.77% from 255 or 6.61% from 363); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB618 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB618 is #6249E7. Grayscale: #9D9D9D. Windows color (decimal): -6441448 or 1619613. OLE color: 1619613.

HSL color Cylindrical-coordinate representation of color #9DB618: hue angle of 69.49º degrees, saturation: 0.77, 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 #9DB618 is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 182 24 -
CMYK 0.14 0 0.87 0.29
HSL 69.49º 0.77% 0.4% -
HSV(B) 69.49º 0.87% 0.71% -
XYZ 30.8 40.69 7.09 -
YUV 156.51 53.22 128.35 -
System Red Green Blue C M Y K H S L
Decimal 157 182 24 0.14 0 0.87 0.29 69.49 0.77 0.4
Hex 9D B6 18 E 0 57 1D 45 4D 28
Octal 235 266 30 16 0 127 35 105 115 50
Binary 10011101 10110110 11000 1110 0 1010111 11101 1000101 1001101 101000

Color Harmonies of #9DB618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB618

Black with #9DB618

Text Example


Text Example

White with #9DB618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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