Html Css Color HEX #90F27D Light Green

📋 copy color: '#90F27D'

red 144 ◦ green 242 ◦ blue 125

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

Shades of Light Green #90F27D

Tints of Light Green #90F27D

RGB

 RED value IS 144 (56.64% from 255) = 28.18%

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

 BLUE value IS 125 (49.22% from 255) = 24.46%

R = 28.18%
G = 47.36%
B = 24.46%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#90F27D (or 0x90F27D) is known color: Light Green. HEX triplet: 90, F2 and 7D. RGB value is (144,242,125). Sum of RGB (Red+Green+Blue) = 144+242+125=511 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.18% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 242 - color contains mainly: green. Hex color #90F27D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F27D is #6F0D82. Grayscale: #C7C7C7. Windows color (decimal): -7277955 or 8254096. OLE color: 8254096.

HSL color Cylindrical-coordinate representation of color #90F27D: hue angle of 110.26º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #90F27D is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 144 242 125 -
CMYK 0.40 0 0.48 0.05
HSL 110.26º 0.82% 0.72% -
HSV(B) 110.26º 0.48% 0.95% -
XYZ 46.96 70.91 30.62 -
YUV 199.36 86.03 88.51 -
System Red Green Blue C M Y K H S L
Decimal 144 242 125 0.40 0 0.48 0.05 110.26 0.82 0.72
Hex 90 F2 7D 28 0 30 5 6E 52 48
Octal 220 362 175 50 0 60 5 156 122 110
Binary 10010000 11110010 1111101 101000 0 110000 101 1101110 1010010 1001000

Color Harmonies of #90F27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90F27D

Black with #90F27D

Text Example


Text Example

White with #90F27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90F27D; }

 p { color: rgb(144,242,125); }

 H1.HeaderClassName
 {
   color: #90F27D;
 }
 .AnyTagClassName
 {
   color: #90F27D;
 }
</style>

background-color css

<style>
 a { background-color: #90F27D; }

 a { background-color: rgb(144,242,125); }

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

border-color css

<style>
 span { border-color: #90F27D; }

 span { border-color: rgb(144,242,125); }

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