#EAF27F

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

Shades of Texas #EAF27F

Tints of Texas #EAF27F

Color information

#EAF27F (or 0xEAF27F) is unknown color: approx Texas. HEX triplet: EA, F2 and 7F. RGB value is (234,242,127). Sum of RGB (Red+Green+Blue) = 234+242+127=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 127 (50% from 255 or 21.06% from 603); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF27F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF27F is #150D80. Grayscale: #E2E2E2. Windows color (decimal): -1379713 or 8385258. OLE color: 8385258.

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

Color convert

RGB234242127-
CMYK0.0300.480.05
HSL64.17º81.56%72.35%-
HSV(B)64.17º47.52%94.9%-
XYZ69.5182.5332.34-
YUV226.571.85133.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.81%
GREEN value IS 242 (94.92% from 255) = 40.13%
BLUE value IS 127 (50% from 255) = 21.06%
R=38.81%
G=40.13%
B=21.06%

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
Decimal2342421270.0300.480.0564.1781.5672.35
HexEAF27F30305405248
Octal35236217730605100122110
Binary11101010111100101111111110110000101100000010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF27F; }

 p { color: rgb(234,242,127); }

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

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

 a { background-color: rgb(234,242,127); }

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

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

 span { border-color: rgb(234,242,127); }

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