Html Css Color HEX #8DA015 Citron

📋 copy color: '#8DA015'

red 141 ◦ green 160 ◦ blue 21

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

Shades of Citron #8DA015

Tints of Citron #8DA015

RGB

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

 GREEN value IS 160 (62.89% from 255) = 49.69%

 BLUE value IS 21 (8.59% from 255) = 6.52%

R = 43.79%
G = 49.69%
B = 6.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#8DA015 (or 0x8DA015) is known color: Citron. HEX triplet: 8D, A0 and 15. RGB value is (141,160,21). Sum of RGB (Red+Green+Blue) = 141+160+21=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 160 (62.89% from 255 or 49.69% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA015 is #725FEA. Grayscale: #8B8B8B. Windows color (decimal): -7495659 or 1417357. OLE color: 1417357.

HSL color Cylindrical-coordinate representation of color #8DA015: hue angle of 68.2º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8DA015 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.37.

Color convert

RGB 141 160 21 -
CMYK 0.12 0 0.87 0.37
HSL 68.2º 0.77% 0.35% -
HSV(B) 68.2º 0.87% 0.63% -
XYZ 23.69 30.86 5.42 -
YUV 138.47 61.71 129.8 -
System Red Green Blue C M Y K H S L
Decimal 141 160 21 0.12 0 0.87 0.37 68.2 0.77 0.35
Hex 8D A0 15 C 0 57 25 44 4D 23
Octal 215 240 25 14 0 127 45 104 115 43
Binary 10001101 10100000 10101 1100 0 1010111 100101 1000100 1001101 100011

Color Harmonies of #8DA015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA015

Black with #8DA015

Text Example


Text Example

White with #8DA015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,160,21); }

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

background-color css

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

 a { background-color: rgb(141,160,21); }

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

border-color css

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

 span { border-color: rgb(141,160,21); }

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