Html Css Color HEX #9AFE85 Mint Green

📋 copy color: '#9AFE85'

red 154 ◦ green 254 ◦ blue 133

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

Shades of Mint Green #9AFE85

Tints of Mint Green #9AFE85

RGB

 RED value IS 154 (60.55% from 255) = 28.47%

 GREEN value IS 254 (99.61% from 255) = 46.95%

 BLUE value IS 133 (52.34% from 255) = 24.58%

R = 28.47%
G = 46.95%
B = 24.58%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#9AFE85 (or 0x9AFE85) is known color: Mint Green. HEX triplet: 9A, FE and 85. RGB value is (154,254,133). Sum of RGB (Red+Green+Blue) = 154+254+133=541 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.47% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 133 (52.34% from 255 or 24.58% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #9AFE85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFE85 is #65017A. Grayscale: #D2D2D2. Windows color (decimal): -6619515 or 8781466. OLE color: 8781466.

HSL color Cylindrical-coordinate representation of color #9AFE85: hue angle of 109.59º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9AFE85 is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB 154 254 133 -
CMYK 0.39 0 0.48 0.00
HSL 109.59º 0.98% 0.76% -
HSV(B) 109.59º 0.48% 1% -
XYZ 53 79.45 34.73 -
YUV 210.31 84.37 87.84 -
System Red Green Blue C M Y K H S L
Decimal 154 254 133 0.39 0 0.48 0.00 109.59 0.98 0.76
Hex 9A FE 85 27 0 30 0 6E 62 4C
Octal 232 376 205 47 0 60 0 156 142 114
Binary 10011010 11111110 10000101 100111 0 110000 0 1101110 1100010 1001100

Color Harmonies of #9AFE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFE85

Black with #9AFE85

Text Example


Text Example

White with #9AFE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AFE85; }

 p { color: rgb(154,254,133); }

 H1.HeaderClassName
 {
   color: #9AFE85;
 }
 .AnyTagClassName
 {
   color: #9AFE85;
 }
</style>

background-color css

<style>
 a { background-color: #9AFE85; }

 a { background-color: rgb(154,254,133); }

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

border-color css

<style>
 span { border-color: #9AFE85; }

 span { border-color: rgb(154,254,133); }

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