Html Css Color HEX #9DB912 Citrus

📋 copy color: '#9DB912'

red 157 ◦ green 185 ◦ blue 18

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

Shades of Citrus #9DB912

Tints of Citrus #9DB912

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.39%

 BLUE value IS 18 (7.42% from 255) = 5%

R = 43.61%
G = 51.39%
B = 5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#9DB912 (or 0x9DB912) is known color: Citrus. HEX triplet: 9D, B9 and 12. RGB value is (157,185,18). Sum of RGB (Red+Green+Blue) = 157+185+18=360 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.61% from 360); Green value is 185 (72.66% from 255 or 51.39% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB912 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB912 is #6246ED. Grayscale: #9E9E9E. Windows color (decimal): -6440686 or 1227165. OLE color: 1227165.

HSL color Cylindrical-coordinate representation of color #9DB912: hue angle of 70.06º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9DB912 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 185 18 -
CMYK 0.15 0 0.90 0.27
HSL 70.06º 0.82% 0.4% -
HSV(B) 70.06º 0.9% 0.73% -
XYZ 31.36 41.91 7.01 -
YUV 157.59 49.22 127.58 -
System Red Green Blue C M Y K H S L
Decimal 157 185 18 0.15 0 0.90 0.27 70.06 0.82 0.4
Hex 9D B9 12 F 0 5A 1B 46 52 28
Octal 235 271 22 17 0 132 33 106 122 50
Binary 10011101 10111001 10010 1111 0 1011010 11011 1000110 1010010 101000

Color Harmonies of #9DB912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB912

Black with #9DB912

Text Example


Text Example

White with #9DB912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,185,18); }

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

background-color css

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

 a { background-color: rgb(157,185,18); }

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

border-color css

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

 span { border-color: rgb(157,185,18); }

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