Html Css Color HEX #8AD104 Citrus

📋 copy color: '#8AD104'

red 138 ◦ green 209 ◦ blue 4

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

Shades of Citrus #8AD104

Tints of Citrus #8AD104

RGB

 RED value IS 138 (54.3% from 255) = 39.32%

 GREEN value IS 209 (82.03% from 255) = 59.54%

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

R = 39.32%
G = 59.54%
B = 1.14%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#8AD104 (or 0x8AD104) is known color: Citrus. HEX triplet: 8A, D1 and 04. RGB value is (138,209,4). Sum of RGB (Red+Green+Blue) = 138+209+4=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 209 (82.03% from 255 or 59.54% from 351); Blue value is 4 (1.95% from 255 or 1.14% from 351); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD104 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD104 is #752EFB. Grayscale: #A5A5A5. Windows color (decimal): -7679740 or 315786. OLE color: 315786.

HSL color Cylindrical-coordinate representation of color #8AD104: hue angle of 80.78º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8AD104 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 138 209 4 -
CMYK 0.34 0 0.98 0.18
HSL 80.78º 0.96% 0.42% -
HSV(B) 80.78º 0.98% 0.82% -
XYZ 33.3 51.01 8.21 -
YUV 164.4 37.48 109.17 -
System Red Green Blue C M Y K H S L
Decimal 138 209 4 0.34 0 0.98 0.18 80.78 0.96 0.42
Hex 8A D1 4 22 0 62 12 51 60 2A
Octal 212 321 4 42 0 142 22 121 140 52
Binary 10001010 11010001 100 100010 0 1100010 10010 1010001 1100000 101010

Color Harmonies of #8AD104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD104

Black with #8AD104

Text Example


Text Example

White with #8AD104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,209,4); }

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

background-color css

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

 a { background-color: rgb(138,209,4); }

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

border-color css

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

 span { border-color: rgb(138,209,4); }

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