Html Css Color HEX #9DB914 Citrus

📋 copy color: '#9DB914'

red 157 ◦ green 185 ◦ blue 20

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

Shades of Citrus #9DB914

Tints of Citrus #9DB914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.52%

R = 43.37%
G = 51.1%
B = 5.52%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#9DB914 (or 0x9DB914) is known color: Citrus. HEX triplet: 9D, B9 and 14. RGB value is (157,185,20). Sum of RGB (Red+Green+Blue) = 157+185+20=362 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.37% from 362); Green value is 185 (72.66% from 255 or 51.10% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB914 is #6246EB. Grayscale: #9E9E9E. Windows color (decimal): -6440684 or 1358237. OLE color: 1358237.

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

Color convert

RGB 157 185 20 -
CMYK 0.15 0 0.89 0.27
HSL 70.18º 0.8% 0.4% -
HSV(B) 70.18º 0.89% 0.73% -
XYZ 31.38 41.92 7.1 -
YUV 157.82 50.22 127.42 -
System Red Green Blue C M Y K H S L
Decimal 157 185 20 0.15 0 0.89 0.27 70.18 0.8 0.4
Hex 9D B9 14 F 0 59 1B 46 50 28
Octal 235 271 24 17 0 131 33 106 120 50
Binary 10011101 10111001 10100 1111 0 1011001 11011 1000110 1010000 101000

Color Harmonies of #9DB914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB914

Black with #9DB914

Text Example


Text Example

White with #9DB914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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