Html Css Color HEX #8AB100 Citrus

📋 copy color: '#8AB100'

red 138 ◦ green 177 ◦ blue 0

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

Shades of Citrus #8AB100

Tints of Citrus #8AB100

RGB

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

 GREEN value IS 177 (69.53% from 255) = 56.19%

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

R = 43.81%
G = 56.19%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#8AB100 (or 0x8AB100) is known color: Citrus. HEX triplet: 8A, B1 and 00. RGB value is (138,177,0). Sum of RGB (Red+Green+Blue) = 138+177+0=315 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.81% from 315); Green value is 177 (69.53% from 255 or 56.19% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AB100 is #754EFF. Grayscale: #919191. Windows color (decimal): -7687936 or 45450. OLE color: 45450.

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

Color convert

RGB 138 177 0 -
CMYK 0.22 0 1 0.31
HSL 73.22º 1% 0.35% -
HSV(B) 73.22º 1% 0.69% -
XYZ 26.2 36.85 5.73 -
YUV 145.16 46.08 122.89 -
System Red Green Blue C M Y K H S L
Decimal 138 177 0 0.22 0 1 0.31 73.22 1 0.35
Hex 8A B1 0 16 0 64 1F 49 64 23
Octal 212 261 0 26 0 144 37 111 144 43
Binary 10001010 10110001 0 10110 0 1100100 11111 1001001 1100100 100011

Color Harmonies of #8AB100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB100

Black with #8AB100

Text Example


Text Example

White with #8AB100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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