Html Css Color HEX #90E234 Atlantis

📋 copy color: '#90E234'

red 144 ◦ green 226 ◦ blue 52

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

Shades of Atlantis #90E234

Tints of Atlantis #90E234

RGB

 RED value IS 144 (56.64% from 255) = 34.12%

 GREEN value IS 226 (88.67% from 255) = 53.55%

 BLUE value IS 52 (20.7% from 255) = 12.32%

R = 34.12%
G = 53.55%
B = 12.32%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#90E234 (or 0x90E234) is known color: Atlantis. HEX triplet: 90, E2 and 34. RGB value is (144,226,52). Sum of RGB (Red+Green+Blue) = 144+226+52=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 226 (88.67% from 255 or 53.55% from 422); Blue value is 52 (20.70% from 255 or 12.32% from 422); Max value from RGB is 226 - color contains mainly: green. Hex color #90E234 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90E234 is #6F1DCB. Grayscale: #B6B6B6. Windows color (decimal): -7282124 or 3465872. OLE color: 3465872.

HSL color Cylindrical-coordinate representation of color #90E234: hue angle of 88.28º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #90E234 is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 144 226 52 -
CMYK 0.36 0 0.77 0.11
HSL 88.28º 0.75% 0.55% -
HSV(B) 88.28º 0.77% 0.89% -
XYZ 39.32 60.57 12.87 -
YUV 181.65 54.83 101.15 -
System Red Green Blue C M Y K H S L
Decimal 144 226 52 0.36 0 0.77 0.11 88.28 0.75 0.55
Hex 90 E2 34 24 0 4D B 58 4B 37
Octal 220 342 64 44 0 115 13 130 113 67
Binary 10010000 11100010 110100 100100 0 1001101 1011 1011000 1001011 110111

Color Harmonies of #90E234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90E234

Black with #90E234

Text Example


Text Example

White with #90E234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90E234; }

 p { color: rgb(144,226,52); }

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

background-color css

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

 a { background-color: rgb(144,226,52); }

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

border-color css

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

 span { border-color: rgb(144,226,52); }

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