Html Css Color HEX #8AB504 Citrus

📋 copy color: '#8AB504'

red 138 ◦ green 181 ◦ blue 4

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

Shades of Citrus #8AB504

Tints of Citrus #8AB504

RGB

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

 GREEN value IS 181 (71.09% from 255) = 56.04%

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

R = 42.72%
G = 56.04%
B = 1.24%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#8AB504 (or 0x8AB504) is known color: Citrus. HEX triplet: 8A, B5 and 04. RGB value is (138,181,4). Sum of RGB (Red+Green+Blue) = 138+181+4=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 181 (71.09% from 255 or 56.04% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB504 is #754AFB. Grayscale: #949494. Windows color (decimal): -7686908 or 308618. OLE color: 308618.

HSL color Cylindrical-coordinate representation of color #8AB504: hue angle of 74.58º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8AB504 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 138 181 4 -
CMYK 0.24 0 0.98 0.29
HSL 74.58º 0.96% 0.36% -
HSV(B) 74.58º 0.98% 0.71% -
XYZ 27.03 38.46 6.11 -
YUV 147.97 46.75 120.89 -
System Red Green Blue C M Y K H S L
Decimal 138 181 4 0.24 0 0.98 0.29 74.58 0.96 0.36
Hex 8A B5 4 18 0 62 1D 4B 60 24
Octal 212 265 4 30 0 142 35 113 140 44
Binary 10001010 10110101 100 11000 0 1100010 11101 1001011 1100000 100100

Color Harmonies of #8AB504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB504

Black with #8AB504

Text Example


Text Example

White with #8AB504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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