Html Css Color HEX #95C23F Atlantis

📋 copy color: '#95C23F'

red 149 ◦ green 194 ◦ blue 63

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

Shades of Atlantis #95C23F

Tints of Atlantis #95C23F

RGB

 RED value IS 149 (58.59% from 255) = 36.7%

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

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

R = 36.7%
G = 47.78%
B = 15.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#95C23F (or 0x95C23F) is known color: Atlantis. HEX triplet: 95, C2 and 3F. RGB value is (149,194,63). Sum of RGB (Red+Green+Blue) = 149+194+63=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 194 (76.17% from 255 or 47.78% from 406); Blue value is 63 (25% from 255 or 15.52% from 406); Max value from RGB is 194 - color contains mainly: green. Hex color #95C23F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C23F is #6A3DC0. Grayscale: #A6A6A6. Windows color (decimal): -6962625 or 4178581. OLE color: 4178581.

HSL color Cylindrical-coordinate representation of color #95C23F: hue angle of 80.61º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #95C23F is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 194 63 -
CMYK 0.23 0 0.68 0.24
HSL 80.61º 0.52% 0.5% -
HSV(B) 80.61º 0.68% 0.76% -
XYZ 32.58 45.33 11.74 -
YUV 165.61 70.09 116.15 -
System Red Green Blue C M Y K H S L
Decimal 149 194 63 0.23 0 0.68 0.24 80.61 0.52 0.5
Hex 95 C2 3F 17 0 44 18 51 34 32
Octal 225 302 77 27 0 104 30 121 64 62
Binary 10010101 11000010 111111 10111 0 1000100 11000 1010001 110100 110010

Color Harmonies of #95C23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C23F

Black with #95C23F

Text Example


Text Example

White with #95C23F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95C23F; }

 p { color: rgb(149,194,63); }

 H1.HeaderClassName
 {
   color: #95C23F;
 }
 .AnyTagClassName
 {
   color: #95C23F;
 }
</style>

background-color css

<style>
 a { background-color: #95C23F; }

 a { background-color: rgb(149,194,63); }

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

border-color css

<style>
 span { border-color: #95C23F; }

 span { border-color: rgb(149,194,63); }

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