Html Css Color HEX #8ABC04 Citrus

📋 copy color: '#8ABC04'

red 138 ◦ green 188 ◦ blue 4

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

Shades of Citrus #8ABC04

Tints of Citrus #8ABC04

RGB

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

 GREEN value IS 188 (73.83% from 255) = 56.97%

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

R = 41.82%
G = 56.97%
B = 1.21%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#8ABC04 (or 0x8ABC04) is known color: Citrus. HEX triplet: 8A, BC and 04. RGB value is (138,188,4). Sum of RGB (Red+Green+Blue) = 138+188+4=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 188 (73.83% from 255 or 56.97% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ABC04 is #7543FB. Grayscale: #989898. Windows color (decimal): -7685116 or 310410. OLE color: 310410.

HSL color Cylindrical-coordinate representation of color #8ABC04: hue angle of 76.3º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8ABC04 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 138 188 4 -
CMYK 0.27 0 0.98 0.26
HSL 76.3º 0.96% 0.38% -
HSV(B) 76.3º 0.98% 0.74% -
XYZ 28.49 41.38 6.6 -
YUV 152.07 44.44 117.96 -
System Red Green Blue C M Y K H S L
Decimal 138 188 4 0.27 0 0.98 0.26 76.3 0.96 0.38
Hex 8A BC 4 1B 0 62 1A 4C 60 26
Octal 212 274 4 33 0 142 32 114 140 46
Binary 10001010 10111100 100 11011 0 1100010 11010 1001100 1100000 100110

Color Harmonies of #8ABC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABC04

Black with #8ABC04

Text Example


Text Example

White with #8ABC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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