Html Css Color HEX #71FFA0 Light Green

📋 copy color: '#71FFA0'

red 113 ◦ green 255 ◦ blue 160

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

Shades of Light Green #71FFA0

Tints of Light Green #71FFA0

RGB

 RED value IS 113 (44.53% from 255) = 21.4%

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

 BLUE value IS 160 (62.89% from 255) = 30.3%

R = 21.4%
G = 48.3%
B = 30.3%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#71FFA0 (or 0x71FFA0) is known color: Light Green. HEX triplet: 71, FF and A0. RGB value is (113,255,160). Sum of RGB (Red+Green+Blue) = 113+255+160=528 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.40% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #71FFA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71FFA0 is #8E005F. Grayscale: #C9C9C9. Windows color (decimal): -9306208 or 10551153. OLE color: 10551153.

HSL color Cylindrical-coordinate representation of color #71FFA0: hue angle of 139.86º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71FFA0 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB 113 255 160 -
CMYK 0.56 0 0.37 0
HSL 139.86º 1% 0.72% -
HSV(B) 139.86º 0.56% 1% -
XYZ 48.92 77.57 45.65 -
YUV 201.71 104.46 64.72 -
System Red Green Blue C M Y K H S L
Decimal 113 255 160 0.56 0 0.37 0 139.86 1 0.72
Hex 71 FF A0 38 0 25 0 8C 64 48
Octal 161 377 240 70 0 45 0 214 144 110
Binary 1110001 11111111 10100000 111000 0 100101 0 10001100 1100100 1001000

Color Harmonies of #71FFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FFA0

Black with #71FFA0

Text Example


Text Example

White with #71FFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71FFA0; }

 p { color: rgb(113,255,160); }

 H1.HeaderClassName
 {
   color: #71FFA0;
 }
 .AnyTagClassName
 {
   color: #71FFA0;
 }
</style>

background-color css

<style>
 a { background-color: #71FFA0; }

 a { background-color: rgb(113,255,160); }

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

border-color css

<style>
 span { border-color: #71FFA0; }

 span { border-color: rgb(113,255,160); }

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