Html Css Color HEX #8AB30D Citrus

📋 copy color: '#8AB30D'

red 138 ◦ green 179 ◦ blue 13

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

Shades of Citrus #8AB30D

Tints of Citrus #8AB30D

RGB

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

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

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

R = 41.82%
G = 54.24%
B = 3.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#8AB30D (or 0x8AB30D) is known color: Citrus. HEX triplet: 8A, B3 and 0D. RGB value is (138,179,13). Sum of RGB (Red+Green+Blue) = 138+179+13=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 179 (70.31% from 255 or 54.24% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB30D is #754CF2. Grayscale: #949494. Windows color (decimal): -7687411 or 897930. OLE color: 897930.

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

Color convert

RGB 138 179 13 -
CMYK 0.23 0 0.93 0.30
HSL 74.82º 0.86% 0.38% -
HSV(B) 74.82º 0.93% 0.7% -
XYZ 26.67 37.67 6.25 -
YUV 147.82 51.92 121 -
System Red Green Blue C M Y K H S L
Decimal 138 179 13 0.23 0 0.93 0.30 74.82 0.86 0.38
Hex 8A B3 D 17 0 5D 1E 4B 56 26
Octal 212 263 15 27 0 135 36 113 126 46
Binary 10001010 10110011 1101 10111 0 1011101 11110 1001011 1010110 100110

Color Harmonies of #8AB30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB30D

Black with #8AB30D

Text Example


Text Example

White with #8AB30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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