#30AE5A

Color #30AE5A Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #30AE5A

Tints of Chateau Green #30AE5A

Color information

#30AE5A (or 0x30AE5A) is unknown color: approx Chateau Green. HEX triplet: 30, AE and 5A. RGB value is (48,174,90). Sum of RGB (Red+Green+Blue) = 48+174+90=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 174 (68.36% from 255 or 55.77% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 174 - color contains mainly: green. Hex color #30AE5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AE5A is #CF51A5. Grayscale: #7E7E7E. Windows color (decimal): -13586854 or 5942832. OLE color: 5942832.

HSL color Cylindrical-coordinate representation of color #30AE5A: hue angle of 140º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AE5A is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB4817490-
CMYK0.7200.480.32
HSL140º56.76%43.53%-
HSV(B)140º72.41%68.24%-
XYZ18.231.6414.82-
YUV126.75107.2671.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.38%
GREEN value IS 174 (68.36% from 255) = 55.77%
BLUE value IS 90 (35.55% from 255) = 28.85%
R=15.38%
G=55.77%
B=28.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal48174900.7200.480.3214056.7643.53
Hex30AE5A48030208c392c
Octal60256132110060402147154
Binary1100001010111010110101001000011000010000010001100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30AE5A; }

 p { color: rgb(48,174,90); }

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

<style>
 a { background-color: #30AE5A; }

 a { background-color: rgb(48,174,90); }

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

<style>
 span { border-color: #30AE5A; }

 span { border-color: rgb(48,174,90); }

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