Html Css Color HEX #9AF295 Pale Green

📋 copy color: '#9AF295'

red 154 ◦ green 242 ◦ blue 149

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

Shades of Pale Green #9AF295

Tints of Pale Green #9AF295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.34%

R = 28.26%
G = 44.4%
B = 27.34%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#9AF295 (or 0x9AF295) is known color: Pale Green. HEX triplet: 9A, F2 and 95. RGB value is (154,242,149). Sum of RGB (Red+Green+Blue) = 154+242+149=545 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.26% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #9AF295 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF295 is #650D6A. Grayscale: #CDCDCD. Windows color (decimal): -6622571 or 9826970. OLE color: 9826970.

HSL color Cylindrical-coordinate representation of color #9AF295: hue angle of 116.77º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AF295 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 154 242 149 -
CMYK 0.36 0 0.38 0.05
HSL 116.77º 0.78% 0.77% -
HSV(B) 116.77º 0.38% 0.95% -
XYZ 50.5 72.54 39.77 -
YUV 205.09 96.35 91.56 -
System Red Green Blue C M Y K H S L
Decimal 154 242 149 0.36 0 0.38 0.05 116.77 0.78 0.77
Hex 9A F2 95 24 0 26 5 75 4E 4D
Octal 232 362 225 44 0 46 5 165 116 115
Binary 10011010 11110010 10010101 100100 0 100110 101 1110101 1001110 1001101

Color Harmonies of #9AF295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF295

Black with #9AF295

Text Example


Text Example

White with #9AF295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,242,149); }

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

background-color css

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

 a { background-color: rgb(154,242,149); }

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

border-color css

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

 span { border-color: rgb(154,242,149); }

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