Html Css Color HEX #9EAF0D Citrus

📋 copy color: '#9EAF0D'

red 158 ◦ green 175 ◦ blue 13

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

Shades of Citrus #9EAF0D

Tints of Citrus #9EAF0D

RGB

 RED value IS 158 (62.11% from 255) = 45.66%

 GREEN value IS 175 (68.75% from 255) = 50.58%

 BLUE value IS 13 (5.47% from 255) = 3.76%

R = 45.66%
G = 50.58%
B = 3.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#9EAF0D (or 0x9EAF0D) is known color: Citrus. HEX triplet: 9E, AF and 0D. RGB value is (158,175,13). Sum of RGB (Red+Green+Blue) = 158+175+13=346 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.66% from 346); Green value is 175 (68.75% from 255 or 50.58% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EAF0D is #6150F2. Grayscale: #989898. Windows color (decimal): -6377715 or 896926. OLE color: 896926.

HSL color Cylindrical-coordinate representation of color #9EAF0D: hue angle of 66.3º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9EAF0D is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 158 175 13 -
CMYK 0.10 0 0.93 0.31
HSL 66.3º 0.86% 0.37% -
HSV(B) 66.3º 0.93% 0.69% -
XYZ 29.5 37.96 6.15 -
YUV 151.45 49.87 132.67 -
System Red Green Blue C M Y K H S L
Decimal 158 175 13 0.10 0 0.93 0.31 66.3 0.86 0.37
Hex 9E AF D A 0 5D 1F 42 56 25
Octal 236 257 15 12 0 135 37 102 126 45
Binary 10011110 10101111 1101 1010 0 1011101 11111 1000010 1010110 100101

Color Harmonies of #9EAF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAF0D

Black with #9EAF0D

Text Example


Text Example

White with #9EAF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,175,13); }

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

background-color css

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

 a { background-color: rgb(158,175,13); }

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

border-color css

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

 span { border-color: rgb(158,175,13); }

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