Html Css Color HEX #8AF90B Chartreuse

📋 copy color: '#8AF90B'

red 138 ◦ green 249 ◦ blue 11

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

Shades of Chartreuse #8AF90B

Tints of Chartreuse #8AF90B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 62.56%

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

R = 34.67%
G = 62.56%
B = 2.76%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#8AF90B (or 0x8AF90B) is known color: Chartreuse. HEX triplet: 8A, F9 and 0B. RGB value is (138,249,11). Sum of RGB (Red+Green+Blue) = 138+249+11=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 249 (97.66% from 255 or 62.56% from 398); Blue value is 11 (4.69% from 255 or 2.76% from 398); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF90B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF90B is #7506F4. Grayscale: #BDBDBD. Windows color (decimal): -7669493 or 784778. OLE color: 784778.

HSL color Cylindrical-coordinate representation of color #8AF90B: hue angle of 87.98º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8AF90B is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 138 249 11 -
CMYK 0.45 0 0.96 0.02
HSL 87.98º 0.95% 0.51% -
HSV(B) 87.98º 0.96% 0.98% -
XYZ 44.42 73.18 12.1 -
YUV 188.68 27.73 91.85 -
System Red Green Blue C M Y K H S L
Decimal 138 249 11 0.45 0 0.96 0.02 87.98 0.95 0.51
Hex 8A F9 B 2D 0 60 2 58 5F 33
Octal 212 371 13 55 0 140 2 130 137 63
Binary 10001010 11111001 1011 101101 0 1100000 10 1011000 1011111 110011

Color Harmonies of #8AF90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF90B

Black with #8AF90B

Text Example


Text Example

White with #8AF90B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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