Html Css Color HEX #8AB305 Citrus

📋 copy color: '#8AB305'

red 138 ◦ green 179 ◦ blue 5

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

Shades of Citrus #8AB305

Tints of Citrus #8AB305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.55%

R = 42.86%
G = 55.59%
B = 1.55%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#8AB305 (or 0x8AB305) is known color: Citrus. HEX triplet: 8A, B3 and 05. RGB value is (138,179,5). Sum of RGB (Red+Green+Blue) = 138+179+5=322 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.86% from 322); Green value is 179 (70.31% from 255 or 55.59% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB305 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB305 is #754CFA. Grayscale: #939393. Windows color (decimal): -7687419 or 373642. OLE color: 373642.

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

Color convert

RGB 138 179 5 -
CMYK 0.23 0 0.97 0.30
HSL 74.14º 0.95% 0.36% -
HSV(B) 74.14º 0.97% 0.7% -
XYZ 26.63 37.65 6.01 -
YUV 146.91 47.92 121.65 -
System Red Green Blue C M Y K H S L
Decimal 138 179 5 0.23 0 0.97 0.30 74.14 0.95 0.36
Hex 8A B3 5 17 0 61 1E 4A 5F 24
Octal 212 263 5 27 0 141 36 112 137 44
Binary 10001010 10110011 101 10111 0 1100001 11110 1001010 1011111 100100

Color Harmonies of #8AB305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB305

Black with #8AB305

Text Example


Text Example

White with #8AB305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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