Html Css Color HEX #8AB307 Citrus

📋 copy color: '#8AB307'

red 138 ◦ green 179 ◦ blue 7

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

Shades of Citrus #8AB307

Tints of Citrus #8AB307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.16%

R = 42.59%
G = 55.25%
B = 2.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#8AB307 (or 0x8AB307) is known color: Citrus. HEX triplet: 8A, B3 and 07. RGB value is (138,179,7). Sum of RGB (Red+Green+Blue) = 138+179+7=324 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.59% from 324); Green value is 179 (70.31% from 255 or 55.25% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB307 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB307 is #754CF8. Grayscale: #939393. Windows color (decimal): -7687417 or 504714. OLE color: 504714.

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

Color convert

RGB 138 179 7 -
CMYK 0.23 0 0.96 0.30
HSL 74.3º 0.92% 0.36% -
HSV(B) 74.3º 0.96% 0.7% -
XYZ 26.64 37.66 6.07 -
YUV 147.13 48.92 121.49 -
System Red Green Blue C M Y K H S L
Decimal 138 179 7 0.23 0 0.96 0.30 74.3 0.92 0.36
Hex 8A B3 7 17 0 60 1E 4A 5C 24
Octal 212 263 7 27 0 140 36 112 134 44
Binary 10001010 10110011 111 10111 0 1100000 11110 1001010 1011100 100100

Color Harmonies of #8AB307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB307

Black with #8AB307

Text Example


Text Example

White with #8AB307

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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