Html Css Color HEX #8AAB0D Citrus

📋 copy color: '#8AAB0D'

red 138 ◦ green 171 ◦ blue 13

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

Shades of Citrus #8AAB0D

Tints of Citrus #8AAB0D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 53.11%

 BLUE value IS 13 (5.47% from 255) = 4.04%

R = 42.86%
G = 53.11%
B = 4.04%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#8AAB0D (or 0x8AAB0D) is known color: Citrus. HEX triplet: 8A, AB and 0D. RGB value is (138,171,13). Sum of RGB (Red+Green+Blue) = 138+171+13=322 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.86% from 322); Green value is 171 (67.19% from 255 or 53.11% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAB0D is #7554F2. Grayscale: #8F8F8F. Windows color (decimal): -7689459 or 895882. OLE color: 895882.

HSL color Cylindrical-coordinate representation of color #8AAB0D: hue angle of 72.53º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8AAB0D is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 171 13 -
CMYK 0.19 0 0.92 0.33
HSL 72.53º 0.86% 0.36% -
HSV(B) 72.53º 0.92% 0.67% -
XYZ 25.12 34.56 5.73 -
YUV 143.12 54.57 124.35 -
System Red Green Blue C M Y K H S L
Decimal 138 171 13 0.19 0 0.92 0.33 72.53 0.86 0.36
Hex 8A AB D 13 0 5C 21 49 56 24
Octal 212 253 15 23 0 134 41 111 126 44
Binary 10001010 10101011 1101 10011 0 1011100 100001 1001001 1010110 100100

Color Harmonies of #8AAB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAB0D

Black with #8AAB0D

Text Example


Text Example

White with #8AAB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,171,13); }

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

background-color css

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

 a { background-color: rgb(138,171,13); }

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

border-color css

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

 span { border-color: rgb(138,171,13); }

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