Html Css Color HEX #94BE48 Atlantis

📋 copy color: '#94BE48'

red 148 ◦ green 190 ◦ blue 72

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

Shades of Atlantis #94BE48

Tints of Atlantis #94BE48

RGB

 RED value IS 148 (58.2% from 255) = 36.1%

 GREEN value IS 190 (74.61% from 255) = 46.34%

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

R = 36.1%
G = 46.34%
B = 17.56%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#94BE48 (or 0x94BE48) is known color: Atlantis. HEX triplet: 94, BE and 48. RGB value is (148,190,72). Sum of RGB (Red+Green+Blue) = 148+190+72=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #94BE48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BE48 is #6B41B7. Grayscale: #A4A4A4. Windows color (decimal): -7029176 or 4767380. OLE color: 4767380.

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

Color convert

RGB 148 190 72 -
CMYK 0.22 0 0.62 0.25
HSL 81.36º 0.48% 0.51% -
HSV(B) 81.36º 0.62% 0.75% -
XYZ 31.8 43.59 12.87 -
YUV 163.99 76.09 116.59 -
System Red Green Blue C M Y K H S L
Decimal 148 190 72 0.22 0 0.62 0.25 81.36 0.48 0.51
Hex 94 BE 48 16 0 3E 19 51 30 33
Octal 224 276 110 26 0 76 31 121 60 63
Binary 10010100 10111110 1001000 10110 0 111110 11001 1010001 110000 110011

Color Harmonies of #94BE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BE48

Black with #94BE48

Text Example


Text Example

White with #94BE48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94BE48; }

 p { color: rgb(148,190,72); }

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

background-color css

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

 a { background-color: rgb(148,190,72); }

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

border-color css

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

 span { border-color: rgb(148,190,72); }

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