Html Css Color HEX #97F28A Light Green

📋 copy color: '#97F28A'

red 151 ◦ green 242 ◦ blue 138

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

Shades of Light Green #97F28A

Tints of Light Green #97F28A

RGB

 RED value IS 151 (59.38% from 255) = 28.44%

 GREEN value IS 242 (94.92% from 255) = 45.57%

 BLUE value IS 138 (54.3% from 255) = 25.99%

R = 28.44%
G = 45.57%
B = 25.99%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#97F28A (or 0x97F28A) is known color: Light Green. HEX triplet: 97, F2 and 8A. RGB value is (151,242,138). Sum of RGB (Red+Green+Blue) = 151+242+138=531 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.44% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #97F28A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97F28A is #680D75. Grayscale: #CBCBCB. Windows color (decimal): -6819190 or 9106071. OLE color: 9106071.

HSL color Cylindrical-coordinate representation of color #97F28A: hue angle of 112.5º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #97F28A is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 151 242 138 -
CMYK 0.38 0 0.43 0.05
HSL 112.5º 0.8% 0.75% -
HSV(B) 112.5º 0.43% 0.95% -
XYZ 49.1 71.92 35.34 -
YUV 202.94 91.35 90.96 -
System Red Green Blue C M Y K H S L
Decimal 151 242 138 0.38 0 0.43 0.05 112.5 0.8 0.75
Hex 97 F2 8A 26 0 2B 5 70 50 4B
Octal 227 362 212 46 0 53 5 160 120 113
Binary 10010111 11110010 10001010 100110 0 101011 101 1110000 1010000 1001011

Color Harmonies of #97F28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97F28A

Black with #97F28A

Text Example


Text Example

White with #97F28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97F28A; }

 p { color: rgb(151,242,138); }

 H1.HeaderClassName
 {
   color: #97F28A;
 }
 .AnyTagClassName
 {
   color: #97F28A;
 }
</style>

background-color css

<style>
 a { background-color: #97F28A; }

 a { background-color: rgb(151,242,138); }

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

border-color css

<style>
 span { border-color: #97F28A; }

 span { border-color: rgb(151,242,138); }

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