Html Css Color HEX #94E534 Atlantis

📋 copy color: '#94E534'

red 148 ◦ green 229 ◦ blue 52

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

Shades of Atlantis #94E534

Tints of Atlantis #94E534

RGB

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

 GREEN value IS 229 (89.84% from 255) = 53.38%

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

R = 34.5%
G = 53.38%
B = 12.12%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#94E534 (or 0x94E534) is known color: Atlantis. HEX triplet: 94, E5 and 34. RGB value is (148,229,52). Sum of RGB (Red+Green+Blue) = 148+229+52=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 229 (89.84% from 255 or 53.38% from 429); Blue value is 52 (20.70% from 255 or 12.12% from 429); Max value from RGB is 229 - color contains mainly: green. Hex color #94E534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94E534 is #6B1ACB. Grayscale: #B9B9B9. Windows color (decimal): -7019212 or 3466644. OLE color: 3466644.

HSL color Cylindrical-coordinate representation of color #94E534: hue angle of 87.46º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #94E534 is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB 148 229 52 -
CMYK 0.35 0 0.77 0.10
HSL 87.46º 0.77% 0.55% -
HSV(B) 87.46º 0.77% 0.9% -
XYZ 40.85 62.58 13.18 -
YUV 184.6 53.16 101.89 -
System Red Green Blue C M Y K H S L
Decimal 148 229 52 0.35 0 0.77 0.10 87.46 0.77 0.55
Hex 94 E5 34 23 0 4D A 57 4D 37
Octal 224 345 64 43 0 115 12 127 115 67
Binary 10010100 11100101 110100 100011 0 1001101 1010 1010111 1001101 110111

Color Harmonies of #94E534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E534

Black with #94E534

Text Example


Text Example

White with #94E534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,229,52); }

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

background-color css

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

 a { background-color: rgb(148,229,52); }

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

border-color css

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

 span { border-color: rgb(148,229,52); }

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