Html Css Color HEX #8DA204 Citrus

📋 copy color: '#8DA204'

red 141 ◦ green 162 ◦ blue 4

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

Shades of Citrus #8DA204

Tints of Citrus #8DA204

RGB

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

 GREEN value IS 162 (63.67% from 255) = 52.77%

 BLUE value IS 4 (1.95% from 255) = 1.3%

R = 45.93%
G = 52.77%
B = 1.3%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#8DA204 (or 0x8DA204) is known color: Citrus. HEX triplet: 8D, A2 and 04. RGB value is (141,162,4). Sum of RGB (Red+Green+Blue) = 141+162+4=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 162 (63.67% from 255 or 52.77% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA204 is #725DFB. Grayscale: #8A8A8A. Windows color (decimal): -7495164 or 303757. OLE color: 303757.

HSL color Cylindrical-coordinate representation of color #8DA204: hue angle of 67.97º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8DA204 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 141 162 4 -
CMYK 0.13 0 0.98 0.36
HSL 67.97º 0.95% 0.33% -
HSV(B) 67.97º 0.98% 0.64% -
XYZ 23.93 31.51 4.94 -
YUV 137.71 52.54 130.35 -
System Red Green Blue C M Y K H S L
Decimal 141 162 4 0.13 0 0.98 0.36 67.97 0.95 0.33
Hex 8D A2 4 D 0 62 24 44 5F 21
Octal 215 242 4 15 0 142 44 104 137 41
Binary 10001101 10100010 100 1101 0 1100010 100100 1000100 1011111 100001

Color Harmonies of #8DA204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA204

Black with #8DA204

Text Example


Text Example

White with #8DA204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,162,4); }

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

background-color css

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

 a { background-color: rgb(141,162,4); }

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

border-color css

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

 span { border-color: rgb(141,162,4); }

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