Html Css Color HEX #8AB403 Citrus

📋 copy color: '#8AB403'

red 138 ◦ green 180 ◦ blue 3

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

Shades of Citrus #8AB403

Tints of Citrus #8AB403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.93%

R = 42.99%
G = 56.07%
B = 0.93%

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

#8AB403 (or 0x8AB403) is known color: Citrus. HEX triplet: 8A, B4 and 03. RGB value is (138,180,3). Sum of RGB (Red+Green+Blue) = 138+180+3=321 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.99% from 321); Green value is 180 (70.70% from 255 or 56.07% from 321); Blue value is 3 (1.56% from 255 or 0.93% from 321); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB403 is #754BFC. Grayscale: #939393. Windows color (decimal): -7687165 or 242826. OLE color: 242826.

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

Color convert

RGB 138 180 3 -
CMYK 0.23 0 0.98 0.29
HSL 74.24º 0.97% 0.36% -
HSV(B) 74.24º 0.98% 0.71% -
XYZ 26.82 38.05 6.02 -
YUV 147.26 46.59 121.39 -
System Red Green Blue C M Y K H S L
Decimal 138 180 3 0.23 0 0.98 0.29 74.24 0.97 0.36
Hex 8A B4 3 17 0 62 1D 4A 61 24
Octal 212 264 3 27 0 142 35 112 141 44
Binary 10001010 10110100 11 10111 0 1100010 11101 1001010 1100001 100100

Color Harmonies of #8AB403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB403

Black with #8AB403

Text Example


Text Example

White with #8AB403

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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