Html Css Color HEX #94CE3F Atlantis

📋 copy color: '#94CE3F'

red 148 ◦ green 206 ◦ blue 63

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

Shades of Atlantis #94CE3F

Tints of Atlantis #94CE3F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.4%

 BLUE value IS 63 (25% from 255) = 15.11%

R = 35.49%
G = 49.4%
B = 15.11%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#94CE3F (or 0x94CE3F) is known color: Atlantis. HEX triplet: 94, CE and 3F. RGB value is (148,206,63). Sum of RGB (Red+Green+Blue) = 148+206+63=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 206 (80.86% from 255 or 49.40% from 417); Blue value is 63 (25% from 255 or 15.11% from 417); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CE3F is #6B31C0. Grayscale: #ACACAC. Windows color (decimal): -7025089 or 4181652. OLE color: 4181652.

HSL color Cylindrical-coordinate representation of color #94CE3F: hue angle of 84.34º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #94CE3F is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 206 63 -
CMYK 0.28 0 0.69 0.19
HSL 84.34º 0.59% 0.53% -
HSV(B) 84.34º 0.69% 0.81% -
XYZ 35.18 50.8 12.65 -
YUV 172.36 66.28 110.63 -
System Red Green Blue C M Y K H S L
Decimal 148 206 63 0.28 0 0.69 0.19 84.34 0.59 0.53
Hex 94 CE 3F 1C 0 45 13 54 3B 35
Octal 224 316 77 34 0 105 23 124 73 65
Binary 10010100 11001110 111111 11100 0 1000101 10011 1010100 111011 110101

Color Harmonies of #94CE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CE3F

Black with #94CE3F

Text Example


Text Example

White with #94CE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,206,63); }

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

background-color css

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

 a { background-color: rgb(148,206,63); }

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

border-color css

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

 span { border-color: rgb(148,206,63); }

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