Html Css Color HEX #9A9D1E Citron

📋 copy color: '#9A9D1E'

red 154 ◦ green 157 ◦ blue 30

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

Shades of Citron #9A9D1E

Tints of Citron #9A9D1E

RGB

 RED value IS 154 (60.55% from 255) = 45.16%

 GREEN value IS 157 (61.72% from 255) = 46.04%

 BLUE value IS 30 (12.11% from 255) = 8.8%

R = 45.16%
G = 46.04%
B = 8.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9A9D1E (or 0x9A9D1E) is known color: Citron. HEX triplet: 9A, 9D and 1E. RGB value is (154,157,30). Sum of RGB (Red+Green+Blue) = 154+157+30=341 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.16% from 341); Green value is 157 (61.72% from 255 or 46.04% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 157 - color contains mainly: green. Hex color #9A9D1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A9D1E is #6562E1. Grayscale: #8E8E8E. Windows color (decimal): -6644450 or 2006426. OLE color: 2006426.

HSL color Cylindrical-coordinate representation of color #9A9D1E: hue angle of 61.42º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A9D1E is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB 154 157 30 -
CMYK 0.02 0 0.81 0.38
HSL 61.42º 0.68% 0.37% -
HSV(B) 61.42º 0.81% 0.62% -
XYZ 25.62 31.08 5.88 -
YUV 141.63 65.01 136.83 -
System Red Green Blue C M Y K H S L
Decimal 154 157 30 0.02 0 0.81 0.38 61.42 0.68 0.37
Hex 9A 9D 1E 2 0 51 26 3D 44 25
Octal 232 235 36 2 0 121 46 75 104 45
Binary 10011010 10011101 11110 10 0 1010001 100110 111101 1000100 100101

Color Harmonies of #9A9D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A9D1E

Black with #9A9D1E

Text Example


Text Example

White with #9A9D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,157,30); }

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

background-color css

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

 a { background-color: rgb(154,157,30); }

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

border-color css

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

 span { border-color: rgb(154,157,30); }

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