Html Css Color HEX #8DC90A Citrus

📋 copy color: '#8DC90A'

red 141 ◦ green 201 ◦ blue 10

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

Shades of Citrus #8DC90A

Tints of Citrus #8DC90A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 57.1%

 BLUE value IS 10 (4.3% from 255) = 2.84%

R = 40.06%
G = 57.1%
B = 2.84%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#8DC90A (or 0x8DC90A) is known color: Citrus. HEX triplet: 8D, C9 and 0A. RGB value is (141,201,10). Sum of RGB (Red+Green+Blue) = 141+201+10=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 201 (78.91% from 255 or 57.10% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC90A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC90A is #7236F5. Grayscale: #A1A1A1. Windows color (decimal): -7485174 or 706957. OLE color: 706957.

HSL color Cylindrical-coordinate representation of color #8DC90A: hue angle of 78.85º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8DC90A is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB 141 201 10 -
CMYK 0.30 0 0.95 0.21
HSL 78.85º 0.91% 0.41% -
HSV(B) 78.85º 0.95% 0.79% -
XYZ 31.93 47.46 7.76 -
YUV 161.29 42.62 113.53 -
System Red Green Blue C M Y K H S L
Decimal 141 201 10 0.30 0 0.95 0.21 78.85 0.91 0.41
Hex 8D C9 A 1E 0 5F 15 4F 5B 29
Octal 215 311 12 36 0 137 25 117 133 51
Binary 10001101 11001001 1010 11110 0 1011111 10101 1001111 1011011 101001

Color Harmonies of #8DC90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC90A

Black with #8DC90A

Text Example


Text Example

White with #8DC90A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,201,10); }

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

background-color css

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

 a { background-color: rgb(141,201,10); }

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

border-color css

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

 span { border-color: rgb(141,201,10); }

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