Html Css Color HEX #8ABD03 Citrus

📋 copy color: '#8ABD03'

red 138 ◦ green 189 ◦ blue 3

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

Shades of Citrus #8ABD03

Tints of Citrus #8ABD03

RGB

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

 GREEN value IS 189 (74.22% from 255) = 57.27%

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

R = 41.82%
G = 57.27%
B = 0.91%

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

#8ABD03 (or 0x8ABD03) is known color: Citrus. HEX triplet: 8A, BD and 03. RGB value is (138,189,3). Sum of RGB (Red+Green+Blue) = 138+189+3=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 189 (74.22% from 255 or 57.27% from 330); Blue value is 3 (1.56% from 255 or 0.91% from 330); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABD03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ABD03 is #7542FC. Grayscale: #999999. Windows color (decimal): -7684861 or 245130. OLE color: 245130.

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

Color convert

RGB 138 189 3 -
CMYK 0.27 0 0.98 0.26
HSL 76.45º 0.97% 0.38% -
HSV(B) 76.45º 0.98% 0.74% -
XYZ 28.7 41.81 6.64 -
YUV 152.55 43.6 117.62 -
System Red Green Blue C M Y K H S L
Decimal 138 189 3 0.27 0 0.98 0.26 76.45 0.97 0.38
Hex 8A BD 3 1B 0 62 1A 4C 61 26
Octal 212 275 3 33 0 142 32 114 141 46
Binary 10001010 10111101 11 11011 0 1100010 11010 1001100 1100001 100110

Color Harmonies of #8ABD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABD03

Black with #8ABD03

Text Example


Text Example

White with #8ABD03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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