Html Css Color HEX #9DC70A Citrus

📋 copy color: '#9DC70A'

red 157 ◦ green 199 ◦ blue 10

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

Shades of Citrus #9DC70A

Tints of Citrus #9DC70A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 54.37%

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

R = 42.9%
G = 54.37%
B = 2.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#9DC70A (or 0x9DC70A) is known color: Citrus. HEX triplet: 9D, C7 and 0A. RGB value is (157,199,10). Sum of RGB (Red+Green+Blue) = 157+199+10=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 199 (78.12% from 255 or 54.37% from 366); Blue value is 10 (4.30% from 255 or 2.73% from 366); Max value from RGB is 199 - color contains mainly: green. Hex color #9DC70A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC70A is #6238F5. Grayscale: #A5A5A5. Windows color (decimal): -6437110 or 706461. OLE color: 706461.

HSL color Cylindrical-coordinate representation of color #9DC70A: hue angle of 73.33º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9DC70A is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 157 199 10 -
CMYK 0.21 0 0.95 0.22
HSL 73.33º 0.9% 0.41% -
HSV(B) 73.33º 0.95% 0.78% -
XYZ 34.38 48.04 7.75 -
YUV 164.9 40.59 122.37 -
System Red Green Blue C M Y K H S L
Decimal 157 199 10 0.21 0 0.95 0.22 73.33 0.9 0.41
Hex 9D C7 A 15 0 5F 16 49 5A 29
Octal 235 307 12 25 0 137 26 111 132 51
Binary 10011101 11000111 1010 10101 0 1011111 10110 1001001 1011010 101001

Color Harmonies of #9DC70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC70A

Black with #9DC70A

Text Example


Text Example

White with #9DC70A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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