#EAF17E

Color #EAF17E Texas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Texas #EAF17E

Tints of Texas #EAF17E

Color information

#EAF17E (or 0xEAF17E) is unknown color: approx Texas. HEX triplet: EA, F1 and 7E. RGB value is (234,241,126). Sum of RGB (Red+Green+Blue) = 234+241+126=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 241 (94.53% from 255 or 40.10% from 601); Blue value is 126 (49.61% from 255 or 20.97% from 601); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF17E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF17E is #150E81. Grayscale: #E2E2E2. Windows color (decimal): -1379970 or 8319466. OLE color: 8319466.

HSL color Cylindrical-coordinate representation of color #EAF17E: hue angle of 63.65º degrees, saturation: 0.8, 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 #EAF17E is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB234241126-
CMYK0.0300.480.05
HSL63.65º80.42%71.96%-
HSV(B)63.65º47.72%94.51%-
XYZ69.1581.9131.9-
YUV225.871.68133.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.94%
GREEN value IS 241 (94.53% from 255) = 40.10%
BLUE value IS 126 (49.61% from 255) = 20.97%
R=38.94%
G=40.10%
B=20.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342411260.0300.480.0563.6580.4271.96
HexEAF17E30305405048
Octal35236117630605100120110
Binary11101010111100011111110110110000101100000010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF17E; }

 p { color: rgb(234,241,126); }

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

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

 a { background-color: rgb(234,241,126); }

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

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

 span { border-color: rgb(234,241,126); }

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