Html Css Color HEX #8DAF0F Citrus

📋 copy color: '#8DAF0F'

red 141 ◦ green 175 ◦ blue 15

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

Shades of Citrus #8DAF0F

Tints of Citrus #8DAF0F

RGB

 RED value IS 141 (55.47% from 255) = 42.6%

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

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

R = 42.6%
G = 52.87%
B = 4.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#8DAF0F (or 0x8DAF0F) is known color: Citrus. HEX triplet: 8D, AF and 0F. RGB value is (141,175,15). Sum of RGB (Red+Green+Blue) = 141+175+15=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 175 (68.75% from 255 or 52.87% from 331); Blue value is 15 (6.25% from 255 or 4.53% from 331); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAF0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DAF0F is #7250F0. Grayscale: #939393. Windows color (decimal): -7491825 or 1027981. OLE color: 1027981.

HSL color Cylindrical-coordinate representation of color #8DAF0F: hue angle of 72.75º degrees, saturation: 0.84, 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 #8DAF0F is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 141 175 15 -
CMYK 0.19 0 0.91 0.31
HSL 72.75º 0.84% 0.37% -
HSV(B) 72.75º 0.91% 0.69% -
XYZ 26.4 36.36 6.08 -
YUV 146.59 53.74 124.01 -
System Red Green Blue C M Y K H S L
Decimal 141 175 15 0.19 0 0.91 0.31 72.75 0.84 0.37
Hex 8D AF F 13 0 5B 1F 49 54 25
Octal 215 257 17 23 0 133 37 111 124 45
Binary 10001101 10101111 1111 10011 0 1011011 11111 1001001 1010100 100101

Color Harmonies of #8DAF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAF0F

Black with #8DAF0F

Text Example


Text Example

White with #8DAF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DAF0F; }

 p { color: rgb(141,175,15); }

 H1.HeaderClassName
 {
   color: #8DAF0F;
 }
 .AnyTagClassName
 {
   color: #8DAF0F;
 }
</style>

background-color css

<style>
 a { background-color: #8DAF0F; }

 a { background-color: rgb(141,175,15); }

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

border-color css

<style>
 span { border-color: #8DAF0F; }

 span { border-color: rgb(141,175,15); }

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