Html Css Color HEX #8AB300 Citrus

📋 copy color: '#8AB300'

red 138 ◦ green 179 ◦ blue 0

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

Shades of Citrus #8AB300

Tints of Citrus #8AB300

RGB

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

 GREEN value IS 179 (70.31% from 255) = 56.47%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.53%
G = 56.47%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#8AB300 (or 0x8AB300) is known color: Citrus. HEX triplet: 8A, B3 and 00. RGB value is (138,179,0). Sum of RGB (Red+Green+Blue) = 138+179+0=317 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.53% from 317); Green value is 179 (70.31% from 255 or 56.47% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB300 is #754CFF. Grayscale: #939393. Windows color (decimal): -7687424 or 45962. OLE color: 45962.

HSL color Cylindrical-coordinate representation of color #8AB300: hue angle of 73.74º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8AB300 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB 138 179 0 -
CMYK 0.23 0 1 0.30
HSL 73.74º 1% 0.35% -
HSV(B) 73.74º 1% 0.7% -
XYZ 26.6 37.64 5.86 -
YUV 146.34 45.42 122.05 -
System Red Green Blue C M Y K H S L
Decimal 138 179 0 0.23 0 1 0.30 73.74 1 0.35
Hex 8A B3 0 17 0 64 1E 4A 64 23
Octal 212 263 0 27 0 144 36 112 144 43
Binary 10001010 10110011 0 10111 0 1100100 11110 1001010 1100100 100011

Color Harmonies of #8AB300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB300

Black with #8AB300

Text Example


Text Example

White with #8AB300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,179,0); }

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

background-color css

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

 a { background-color: rgb(138,179,0); }

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

border-color css

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

 span { border-color: rgb(138,179,0); }

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