Html Css Color HEX #9A9E0F Citron

📋 copy color: '#9A9E0F'

red 154 ◦ green 158 ◦ blue 15

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

Shades of Citron #9A9E0F

Tints of Citron #9A9E0F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 48.32%

 BLUE value IS 15 (6.25% from 255) = 4.59%

R = 47.09%
G = 48.32%
B = 4.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9A9E0F (or 0x9A9E0F) is known color: Citron. HEX triplet: 9A, 9E and 0F. RGB value is (154,158,15). Sum of RGB (Red+Green+Blue) = 154+158+15=327 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.09% from 327); Green value is 158 (62.11% from 255 or 48.32% from 327); Blue value is 15 (6.25% from 255 or 4.59% from 327); Max value from RGB is 158 - color contains mainly: green. Hex color #9A9E0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A9E0F is #6561F0. Grayscale: #8D8D8D. Windows color (decimal): -6644209 or 1023642. OLE color: 1023642.

HSL color Cylindrical-coordinate representation of color #9A9E0F: hue angle of 61.68º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A9E0F is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB 154 158 15 -
CMYK 0.03 0 0.91 0.38
HSL 61.68º 0.83% 0.34% -
HSV(B) 61.68º 0.91% 0.62% -
XYZ 25.64 31.36 5.15 -
YUV 140.5 57.17 137.63 -
System Red Green Blue C M Y K H S L
Decimal 154 158 15 0.03 0 0.91 0.38 61.68 0.83 0.34
Hex 9A 9E F 3 0 5B 26 3E 53 22
Octal 232 236 17 3 0 133 46 76 123 42
Binary 10011010 10011110 1111 11 0 1011011 100110 111110 1010011 100010

Color Harmonies of #9A9E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A9E0F

Black with #9A9E0F

Text Example


Text Example

White with #9A9E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,158,15); }

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

background-color css

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

 a { background-color: rgb(154,158,15); }

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

border-color css

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

 span { border-color: rgb(154,158,15); }

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