Html Css Color HEX #8AB404 Citrus

📋 copy color: '#8AB404'

red 138 ◦ green 180 ◦ blue 4

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

Shades of Citrus #8AB404

Tints of Citrus #8AB404

RGB

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

 GREEN value IS 180 (70.7% from 255) = 55.9%

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

R = 42.86%
G = 55.9%
B = 1.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#8AB404 (or 0x8AB404) is known color: Citrus. HEX triplet: 8A, B4 and 04. RGB value is (138,180,4). Sum of RGB (Red+Green+Blue) = 138+180+4=322 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.86% from 322); Green value is 180 (70.70% from 255 or 55.90% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB404 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB404 is #754BFB. Grayscale: #949494. Windows color (decimal): -7687164 or 308362. OLE color: 308362.

HSL color Cylindrical-coordinate representation of color #8AB404: hue angle of 74.32º 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 #8AB404 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 138 180 4 -
CMYK 0.23 0 0.98 0.29
HSL 74.32º 0.96% 0.36% -
HSV(B) 74.32º 0.98% 0.71% -
XYZ 26.82 38.05 6.05 -
YUV 147.38 47.09 121.31 -
System Red Green Blue C M Y K H S L
Decimal 138 180 4 0.23 0 0.98 0.29 74.32 0.96 0.36
Hex 8A B4 4 17 0 62 1D 4A 60 24
Octal 212 264 4 27 0 142 35 112 140 44
Binary 10001010 10110100 100 10111 0 1100010 11101 1001010 1100000 100100

Color Harmonies of #8AB404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB404

Black with #8AB404

Text Example


Text Example

White with #8AB404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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