Html Css Color HEX #8AFD1E Chartreuse

📋 copy color: '#8AFD1E'

red 138 ◦ green 253 ◦ blue 30

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

Shades of Chartreuse #8AFD1E

Tints of Chartreuse #8AFD1E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 60.1%

 BLUE value IS 30 (12.11% from 255) = 7.13%

R = 32.78%
G = 60.1%
B = 7.13%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#8AFD1E (or 0x8AFD1E) is known color: Chartreuse. HEX triplet: 8A, FD and 1E. RGB value is (138,253,30). Sum of RGB (Red+Green+Blue) = 138+253+30=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 253 (99.22% from 255 or 60.10% from 421); Blue value is 30 (12.11% from 255 or 7.13% from 421); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFD1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFD1E is #7502E1. Grayscale: #C1C1C1. Windows color (decimal): -7668450 or 2030986. OLE color: 2030986.

HSL color Cylindrical-coordinate representation of color #8AFD1E: hue angle of 90.94º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8AFD1E is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 138 253 30 -
CMYK 0.45 0 0.88 0.01
HSL 90.94º 0.98% 0.55% -
HSV(B) 90.94º 0.88% 0.99% -
XYZ 45.84 75.75 13.43 -
YUV 193.19 35.9 88.63 -
System Red Green Blue C M Y K H S L
Decimal 138 253 30 0.45 0 0.88 0.01 90.94 0.98 0.55
Hex 8A FD 1E 2D 0 58 1 5B 62 37
Octal 212 375 36 55 0 130 1 133 142 67
Binary 10001010 11111101 11110 101101 0 1011000 1 1011011 1100010 110111

Color Harmonies of #8AFD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFD1E

Black with #8AFD1E

Text Example


Text Example

White with #8AFD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,253,30); }

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

background-color css

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

 a { background-color: rgb(138,253,30); }

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

border-color css

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

 span { border-color: rgb(138,253,30); }

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