#92CD43

Color #92CD43 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #92CD43

Tints of Atlantis #92CD43

Color information

#92CD43 (or 0x92CD43) is unknown color: approx Atlantis. HEX triplet: 92, CD and 43. RGB value is (146,205,67). Sum of RGB (Red+Green+Blue) = 146+205+67=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 67 (26.56% from 255 or 16.03% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #92CD43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92CD43 is #6D32BC. Grayscale: #ACACAC. Windows color (decimal): -7156413 or 4443538. OLE color: 4443538.

HSL color Cylindrical-coordinate representation of color #92CD43: hue angle of 85.65º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #92CD43 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB14620567-
CMYK0.2900.670.20
HSL85.65º57.98%53.33%-
HSV(B)85.65º67.32%80.39%-
XYZ34.750.1813.17-
YUV171.6368.95109.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.93%
GREEN value IS 205 (80.47% from 255) = 49.04%
BLUE value IS 67 (26.56% from 255) = 16.03%
R=34.93%
G=49.04%
B=16.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal146205670.2900.670.2085.6557.9853.33
Hex92CD431D04314563a35
Octal222315103350103241267265
Binary100100101100110110000111110101000011101001010110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CD43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92CD43; }

 p { color: rgb(146,205,67); }

 H1.HeaderClassName
 {
   color: #92CD43;
 }
 .AnyTagClassName
 {
   color: #92CD43;
 }
</style>
background-color css

<style>
 a { background-color: #92CD43; }

 a { background-color: rgb(146,205,67); }

 div.DivClassName
 {
   background-color: #92CD43;
 }
 .BgClassName
 {
   background-color: #92CD43;
 }
</style>
border-color css

<style>
 span { border-color: #92CD43; }

 span { border-color: rgb(146,205,67); }

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