#9AF392

Color #9AF392 Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #9AF392

Tints of Pale Green #9AF392

Color information

#9AF392 (or 0x9AF392) is unknown color: approx Pale Green. HEX triplet: 9A, F3 and 92. RGB value is (154,243,146). Sum of RGB (Red+Green+Blue) = 154+243+146=543 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.36% from 543); Green value is 243 (95.31% from 255 or 44.75% from 543); Blue value is 146 (57.42% from 255 or 26.89% from 543); Max value from RGB is 243 - color contains mainly: green. Hex color #9AF392 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF392 is #650C6D. Grayscale: #CDCDCD. Windows color (decimal): -6622318 or 9630618. OLE color: 9630618.

HSL color Cylindrical-coordinate representation of color #9AF392: hue angle of 115.05º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AF392 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB154243146-
CMYK0.3700.400.05
HSL115.05º80.17%76.27%-
HSV(B)115.05º39.92%95.29%-
XYZ50.5773.0538.63-
YUV205.3394.5191.39-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.36%
GREEN value IS 243 (95.31% from 255) = 44.75%
BLUE value IS 146 (57.42% from 255) = 26.89%
R=28.36%
G=44.75%
B=26.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1542431460.3700.400.05115.0580.1776.27
Hex9AF39225028573504c
Octal232363222450505163120114
Binary1001101011110011100100101001010101000101111001110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,243,146); }

 H1.HeaderClassName
 {
   color: #9AF392;
 }
 .AnyTagClassName
 {
   color: #9AF392;
 }
</style>
background-color css

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

 a { background-color: rgb(154,243,146); }

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

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

 span { border-color: rgb(154,243,146); }

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