Html Css Color HEX #9DB70A Citrus

📋 copy color: '#9DB70A'

red 157 ◦ green 183 ◦ blue 10

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

Shades of Citrus #9DB70A

Tints of Citrus #9DB70A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 52.29%

 BLUE value IS 10 (4.3% from 255) = 2.86%

R = 44.86%
G = 52.29%
B = 2.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#9DB70A (or 0x9DB70A) is known color: Citrus. HEX triplet: 9D, B7 and 0A. RGB value is (157,183,10). Sum of RGB (Red+Green+Blue) = 157+183+10=350 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.86% from 350); Green value is 183 (71.88% from 255 or 52.29% from 350); Blue value is 10 (4.30% from 255 or 2.86% from 350); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB70A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB70A is #6248F5. Grayscale: #9C9C9C. Windows color (decimal): -6441206 or 702365. OLE color: 702365.

HSL color Cylindrical-coordinate representation of color #9DB70A: hue angle of 69.02º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9DB70A is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 157 183 10 -
CMYK 0.14 0 0.95 0.28
HSL 69.02º 0.9% 0.38% -
HSV(B) 69.02º 0.95% 0.72% -
XYZ 30.89 41.06 6.58 -
YUV 155.5 45.89 129.07 -
System Red Green Blue C M Y K H S L
Decimal 157 183 10 0.14 0 0.95 0.28 69.02 0.9 0.38
Hex 9D B7 A E 0 5F 1C 45 5A 26
Octal 235 267 12 16 0 137 34 105 132 46
Binary 10011101 10110111 1010 1110 0 1011111 11100 1000101 1011010 100110

Color Harmonies of #9DB70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB70A

Black with #9DB70A

Text Example


Text Example

White with #9DB70A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,183,10); }

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

background-color css

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

 a { background-color: rgb(157,183,10); }

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

border-color css

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

 span { border-color: rgb(157,183,10); }

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