Html Css Color HEX #9AF875 Light Green

📋 copy color: '#9AF875'

red 154 ◦ green 248 ◦ blue 117

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

Shades of Light Green #9AF875

Tints of Light Green #9AF875

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.78%

 BLUE value IS 117 (46.09% from 255) = 22.54%

R = 29.67%
G = 47.78%
B = 22.54%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#9AF875 (or 0x9AF875) is known color: Light Green. HEX triplet: 9A, F8 and 75. RGB value is (154,248,117). Sum of RGB (Red+Green+Blue) = 154+248+117=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 248 (97.27% from 255 or 47.78% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF875 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF875 is #65078A. Grayscale: #CDCDCD. Windows color (decimal): -6621067 or 7731354. OLE color: 7731354.

HSL color Cylindrical-coordinate representation of color #9AF875: hue angle of 103.05º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9AF875 is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 154 248 117 -
CMYK 0.38 0 0.53 0.03
HSL 103.05º 0.9% 0.72% -
HSV(B) 103.05º 0.53% 0.97% -
XYZ 50.1 75.29 28.72 -
YUV 204.96 78.36 91.65 -
System Red Green Blue C M Y K H S L
Decimal 154 248 117 0.38 0 0.53 0.03 103.05 0.9 0.72
Hex 9A F8 75 26 0 35 3 67 5A 48
Octal 232 370 165 46 0 65 3 147 132 110
Binary 10011010 11111000 1110101 100110 0 110101 11 1100111 1011010 1001000

Color Harmonies of #9AF875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF875

Black with #9AF875

Text Example


Text Example

White with #9AF875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,248,117); }

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

background-color css

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

 a { background-color: rgb(154,248,117); }

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

border-color css

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

 span { border-color: rgb(154,248,117); }

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