Html Css Color HEX #9DAF12 Citrus

📋 copy color: '#9DAF12'

red 157 ◦ green 175 ◦ blue 18

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

Shades of Citrus #9DAF12

Tints of Citrus #9DAF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.14%

R = 44.86%
G = 50%
B = 5.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#9DAF12 (or 0x9DAF12) is known color: Citrus. HEX triplet: 9D, AF and 12. RGB value is (157,175,18). Sum of RGB (Red+Green+Blue) = 157+175+18=350 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.86% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DAF12 is #6250ED. Grayscale: #989898. Windows color (decimal): -6443246 or 1224605. OLE color: 1224605.

HSL color Cylindrical-coordinate representation of color #9DAF12: hue angle of 66.88º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9DAF12 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 175 18 -
CMYK 0.10 0 0.90 0.31
HSL 66.88º 0.81% 0.38% -
HSV(B) 66.88º 0.9% 0.69% -
XYZ 29.34 37.87 6.34 -
YUV 151.72 52.54 131.77 -
System Red Green Blue C M Y K H S L
Decimal 157 175 18 0.10 0 0.90 0.31 66.88 0.81 0.38
Hex 9D AF 12 A 0 5A 1F 43 51 26
Octal 235 257 22 12 0 132 37 103 121 46
Binary 10011101 10101111 10010 1010 0 1011010 11111 1000011 1010001 100110

Color Harmonies of #9DAF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAF12

Black with #9DAF12

Text Example


Text Example

White with #9DAF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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