Html Css Color HEX #EAF20A Chartreuse Yellow

📋 copy color: '#EAF20A'

red 234 ◦ green 242 ◦ blue 10

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

Shades of Chartreuse Yellow #EAF20A

Tints of Chartreuse Yellow #EAF20A

RGB

 RED value IS 234 (91.8% from 255) = 48.15%

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

 BLUE value IS 10 (4.3% from 255) = 2.06%

R = 48.15%
G = 49.79%
B = 2.06%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#EAF20A (or 0xEAF20A) is known color: Chartreuse Yellow. HEX triplet: EA, F2 and 0A. RGB value is (234,242,10). Sum of RGB (Red+Green+Blue) = 234+242+10=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 242 (94.92% from 255 or 49.79% from 486); Blue value is 10 (4.30% from 255 or 2.06% from 486); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF20A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF20A is #150DF5. Grayscale: #D6D6D6. Windows color (decimal): -1379830 or 717546. OLE color: 717546.

HSL color Cylindrical-coordinate representation of color #EAF20A: hue angle of 62.07º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EAF20A is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 242 10 -
CMYK 0.03 0 0.96 0.05
HSL 62.07º 0.92% 0.49% -
HSV(B) 62.07º 0.96% 0.95% -
XYZ 65.74 81.02 12.46 -
YUV 213.16 13.35 142.86 -
System Red Green Blue C M Y K H S L
Decimal 234 242 10 0.03 0 0.96 0.05 62.07 0.92 0.49
Hex EA F2 A 3 0 60 5 3E 5C 31
Octal 352 362 12 3 0 140 5 76 134 61
Binary 11101010 11110010 1010 11 0 1100000 101 111110 1011100 110001

Color Harmonies of #EAF20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF20A

Black with #EAF20A

Text Example


Text Example

White with #EAF20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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