Html Css Color HEX #8AC301 Citrus

📋 copy color: '#8AC301'

red 138 ◦ green 195 ◦ blue 1

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

Shades of Citrus #8AC301

Tints of Citrus #8AC301

RGB

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

 GREEN value IS 195 (76.56% from 255) = 58.38%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 41.32%
G = 58.38%
B = 0.3%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#8AC301 (or 0x8AC301) is known color: Citrus. HEX triplet: 8A, C3 and 01. RGB value is (138,195,1). Sum of RGB (Red+Green+Blue) = 138+195+1=334 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.32% from 334); Green value is 195 (76.56% from 255 or 58.38% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 195 - color contains mainly: green. Hex color #8AC301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC301 is #753CFE. Grayscale: #9C9C9C. Windows color (decimal): -7683327 or 115594. OLE color: 115594.

HSL color Cylindrical-coordinate representation of color #8AC301: hue angle of 77.63º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8AC301 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 138 195 1 -
CMYK 0.29 0 0.99 0.24
HSL 77.63º 0.99% 0.38% -
HSV(B) 77.63º 0.99% 0.76% -
XYZ 30 44.44 7.02 -
YUV 155.84 40.62 115.27 -
System Red Green Blue C M Y K H S L
Decimal 138 195 1 0.29 0 0.99 0.24 77.63 0.99 0.38
Hex 8A C3 1 1D 0 63 18 4E 63 26
Octal 212 303 1 35 0 143 30 116 143 46
Binary 10001010 11000011 1 11101 0 1100011 11000 1001110 1100011 100110

Color Harmonies of #8AC301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC301

Black with #8AC301

Text Example


Text Example

White with #8AC301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,195,1); }

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

background-color css

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

 a { background-color: rgb(138,195,1); }

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

border-color css

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

 span { border-color: rgb(138,195,1); }

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