Html Css Color HEX #92CE48 Atlantis

📋 copy color: '#92CE48'

red 146 ◦ green 206 ◦ blue 72

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

Shades of Atlantis #92CE48

Tints of Atlantis #92CE48

RGB

 RED value IS 146 (57.42% from 255) = 34.43%

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

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

R = 34.43%
G = 48.58%
B = 16.98%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#92CE48 (or 0x92CE48) is known color: Atlantis. HEX triplet: 92, CE and 48. RGB value is (146,206,72). Sum of RGB (Red+Green+Blue) = 146+206+72=424 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.43% from 424); Green value is 206 (80.86% from 255 or 48.58% from 424); Blue value is 72 (28.52% from 255 or 16.98% from 424); Max value from RGB is 206 - color contains mainly: green. Hex color #92CE48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92CE48 is #6D31B7. Grayscale: #ADADAD. Windows color (decimal): -7156152 or 4771474. OLE color: 4771474.

HSL color Cylindrical-coordinate representation of color #92CE48: hue angle of 86.87º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #92CE48 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 146 206 72 -
CMYK 0.29 0 0.65 0.19
HSL 86.87º 0.58% 0.55% -
HSV(B) 86.87º 0.65% 0.81% -
XYZ 35.1 50.72 14.07 -
YUV 172.78 71.12 108.9 -
System Red Green Blue C M Y K H S L
Decimal 146 206 72 0.29 0 0.65 0.19 86.87 0.58 0.55
Hex 92 CE 48 1D 0 41 13 57 3A 37
Octal 222 316 110 35 0 101 23 127 72 67
Binary 10010010 11001110 1001000 11101 0 1000001 10011 1010111 111010 110111

Color Harmonies of #92CE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92CE48

Black with #92CE48

Text Example


Text Example

White with #92CE48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,206,72); }

 H1.HeaderClassName
 {
   color: #92CE48;
 }
 .AnyTagClassName
 {
   color: #92CE48;
 }
</style>

background-color css

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

 a { background-color: rgb(146,206,72); }

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

border-color css

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

 span { border-color: rgb(146,206,72); }

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