Html Css Color HEX #9DA103 Citrus

📋 copy color: '#9DA103'

red 157 ◦ green 161 ◦ blue 3

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

Shades of Citrus #9DA103

Tints of Citrus #9DA103

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50.16%

 BLUE value IS 3 (1.56% from 255) = 0.93%

R = 48.91%
G = 50.16%
B = 0.93%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#9DA103 (or 0x9DA103) is known color: Citrus. HEX triplet: 9D, A1 and 03. RGB value is (157,161,3). Sum of RGB (Red+Green+Blue) = 157+161+3=321 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.91% from 321); Green value is 161 (63.28% from 255 or 50.16% from 321); Blue value is 3 (1.56% from 255 or 0.93% from 321); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA103 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA103 is #625EFC. Grayscale: #8E8E8E. Windows color (decimal): -6446845 or 237981. OLE color: 237981.

HSL color Cylindrical-coordinate representation of color #9DA103: hue angle of 61.52º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9DA103 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB 157 161 3 -
CMYK 0.02 0 0.98 0.37
HSL 61.52º 0.96% 0.32% -
HSV(B) 61.52º 0.98% 0.63% -
XYZ 26.67 32.66 4.99 -
YUV 141.79 49.67 138.85 -
System Red Green Blue C M Y K H S L
Decimal 157 161 3 0.02 0 0.98 0.37 61.52 0.96 0.32
Hex 9D A1 3 2 0 62 25 3E 60 20
Octal 235 241 3 2 0 142 45 76 140 40
Binary 10011101 10100001 11 10 0 1100010 100101 111110 1100000 100000

Color Harmonies of #9DA103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA103

Black with #9DA103

Text Example


Text Example

White with #9DA103

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,161,3); }

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

background-color css

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

 a { background-color: rgb(157,161,3); }

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

border-color css

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

 span { border-color: rgb(157,161,3); }

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