Html Css Color HEX #9DAF10 Citrus

📋 copy color: '#9DAF10'

red 157 ◦ green 175 ◦ blue 16

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

Shades of Citrus #9DAF10

Tints of Citrus #9DAF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.6%

R = 45.11%
G = 50.29%
B = 4.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#9DAF10 (or 0x9DAF10) is known color: Citrus. HEX triplet: 9D, AF and 10. RGB value is (157,175,16). Sum of RGB (Red+Green+Blue) = 157+175+16=348 (46% of max value = 765). Red value is 157 (61.72% from 255 or 45.11% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DAF10 is #6250EF. Grayscale: #989898. Windows color (decimal): -6443248 or 1093533. OLE color: 1093533.

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

Color convert

RGB 157 175 16 -
CMYK 0.10 0 0.91 0.31
HSL 66.79º 0.83% 0.37% -
HSV(B) 66.79º 0.91% 0.69% -
XYZ 29.33 37.87 6.25 -
YUV 151.49 51.54 131.93 -
System Red Green Blue C M Y K H S L
Decimal 157 175 16 0.10 0 0.91 0.31 66.79 0.83 0.37
Hex 9D AF 10 A 0 5B 1F 43 53 25
Octal 235 257 20 12 0 133 37 103 123 45
Binary 10011101 10101111 10000 1010 0 1011011 11111 1000011 1010011 100101

Color Harmonies of #9DAF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAF10

Black with #9DAF10

Text Example


Text Example

White with #9DAF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,175,16); }

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

background-color css

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

 a { background-color: rgb(157,175,16); }

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

border-color css

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

 span { border-color: rgb(157,175,16); }

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