Html Css Color HEX #90BF48 Atlantis

📋 copy color: '#90BF48'

red 144 ◦ green 191 ◦ blue 72

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

Shades of Atlantis #90BF48

Tints of Atlantis #90BF48

RGB

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

 GREEN value IS 191 (75% from 255) = 46.93%

 BLUE value IS 72 (28.52% from 255) = 17.69%

R = 35.38%
G = 46.93%
B = 17.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#90BF48 (or 0x90BF48) is known color: Atlantis. HEX triplet: 90, BF and 48. RGB value is (144,191,72). Sum of RGB (Red+Green+Blue) = 144+191+72=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BF48 is #6F40B7. Grayscale: #A3A3A3. Windows color (decimal): -7291064 or 4767632. OLE color: 4767632.

HSL color Cylindrical-coordinate representation of color #90BF48: hue angle of 83.7º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #90BF48 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 191 72 -
CMYK 0.25 0 0.62 0.25
HSL 83.7º 0.48% 0.52% -
HSV(B) 83.7º 0.62% 0.75% -
XYZ 31.3 43.66 12.91 -
YUV 163.38 76.43 114.18 -
System Red Green Blue C M Y K H S L
Decimal 144 191 72 0.25 0 0.62 0.25 83.7 0.48 0.52
Hex 90 BF 48 19 0 3E 19 54 30 34
Octal 220 277 110 31 0 76 31 124 60 64
Binary 10010000 10111111 1001000 11001 0 111110 11001 1010100 110000 110100

Color Harmonies of #90BF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BF48

Black with #90BF48

Text Example


Text Example

White with #90BF48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,191,72); }

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

background-color css

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

 a { background-color: rgb(144,191,72); }

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

border-color css

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

 span { border-color: rgb(144,191,72); }

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