Html Css Color HEX #94C24B Atlantis

📋 copy color: '#94C24B'

red 148 ◦ green 194 ◦ blue 75

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

Shades of Atlantis #94C24B

Tints of Atlantis #94C24B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.52%

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

R = 35.49%
G = 46.52%
B = 17.99%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#94C24B (or 0x94C24B) is known color: Atlantis. HEX triplet: 94, C2 and 4B. RGB value is (148,194,75). Sum of RGB (Red+Green+Blue) = 148+194+75=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 194 - color contains mainly: green. Hex color #94C24B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C24B is #6B3DB4. Grayscale: #A7A7A7. Windows color (decimal): -7028149 or 4965012. OLE color: 4965012.

HSL color Cylindrical-coordinate representation of color #94C24B: hue angle of 83.19º 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 #94C24B is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 194 75 -
CMYK 0.24 0 0.61 0.24
HSL 83.19º 0.49% 0.53% -
HSV(B) 83.19º 0.61% 0.76% -
XYZ 32.77 45.39 13.69 -
YUV 166.68 76.26 114.68 -
System Red Green Blue C M Y K H S L
Decimal 148 194 75 0.24 0 0.61 0.24 83.19 0.49 0.53
Hex 94 C2 4B 18 0 3D 18 53 31 35
Octal 224 302 113 30 0 75 30 123 61 65
Binary 10010100 11000010 1001011 11000 0 111101 11000 1010011 110001 110101

Color Harmonies of #94C24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C24B

Black with #94C24B

Text Example


Text Example

White with #94C24B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,194,75); }

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

background-color css

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

 a { background-color: rgb(148,194,75); }

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

border-color css

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

 span { border-color: rgb(148,194,75); }

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