Html Css Color HEX #90C14B Atlantis

📋 copy color: '#90C14B'

red 144 ◦ green 193 ◦ blue 75

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

Shades of Atlantis #90C14B

Tints of Atlantis #90C14B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.84%

 BLUE value IS 75 (29.69% from 255) = 18.2%

R = 34.95%
G = 46.84%
B = 18.2%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#90C14B (or 0x90C14B) is known color: Atlantis. HEX triplet: 90, C1 and 4B. RGB value is (144,193,75). Sum of RGB (Red+Green+Blue) = 144+193+75=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 193 - color contains mainly: green. Hex color #90C14B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C14B is #6F3EB4. Grayscale: #A5A5A5. Windows color (decimal): -7290549 or 4964752. OLE color: 4964752.

HSL color Cylindrical-coordinate representation of color #90C14B: hue angle of 84.92º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #90C14B is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 144 193 75 -
CMYK 0.25 0 0.61 0.24
HSL 84.92º 0.49% 0.53% -
HSV(B) 84.92º 0.61% 0.76% -
XYZ 31.84 44.58 13.58 -
YUV 164.9 77.27 113.09 -
System Red Green Blue C M Y K H S L
Decimal 144 193 75 0.25 0 0.61 0.24 84.92 0.49 0.53
Hex 90 C1 4B 19 0 3D 18 55 31 35
Octal 220 301 113 31 0 75 30 125 61 65
Binary 10010000 11000001 1001011 11001 0 111101 11000 1010101 110001 110101

Color Harmonies of #90C14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C14B

Black with #90C14B

Text Example


Text Example

White with #90C14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,193,75); }

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

background-color css

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

 a { background-color: rgb(144,193,75); }

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

border-color css

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

 span { border-color: rgb(144,193,75); }

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