Html Css Color HEX #8AFF0B Chartreuse

📋 copy color: '#8AFF0B'

red 138 ◦ green 255 ◦ blue 11

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

Shades of Chartreuse #8AFF0B

Tints of Chartreuse #8AFF0B

RGB

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

 GREEN value IS 255 (100% from 255) = 63.12%

 BLUE value IS 11 (4.69% from 255) = 2.72%

R = 34.16%
G = 63.12%
B = 2.72%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#8AFF0B (or 0x8AFF0B) is known color: Chartreuse. HEX triplet: 8A, FF and 0B. RGB value is (138,255,11). Sum of RGB (Red+Green+Blue) = 138+255+11=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 255 (100% from 255 or 63.12% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFF0B is #7500F4. Grayscale: #C1C1C1. Windows color (decimal): -7667957 or 786314. OLE color: 786314.

HSL color Cylindrical-coordinate representation of color #8AFF0B: hue angle of 88.77º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8AFF0B is Cyan = 0.46, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.

Color convert

RGB 138 255 11 -
CMYK 0.46 0 0.96 0
HSL 88.77º 1% 0.52% -
HSV(B) 88.77º 0.96% 1% -
XYZ 46.3 76.95 12.73 -
YUV 192.2 25.74 89.34 -
System Red Green Blue C M Y K H S L
Decimal 138 255 11 0.46 0 0.96 0 88.77 1 0.52
Hex 8A FF B 2E 0 60 0 59 64 34
Octal 212 377 13 56 0 140 0 131 144 64
Binary 10001010 11111111 1011 101110 0 1100000 0 1011001 1100100 110100

Color Harmonies of #8AFF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFF0B

Black with #8AFF0B

Text Example


Text Example

White with #8AFF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,255,11); }

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

background-color css

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

 a { background-color: rgb(138,255,11); }

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

border-color css

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

 span { border-color: rgb(138,255,11); }

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