Html Css Color HEX #95DA4A Atlantis

📋 copy color: '#95DA4A'

red 149 ◦ green 218 ◦ blue 74

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

Shades of Atlantis #95DA4A

Tints of Atlantis #95DA4A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.43%

 BLUE value IS 74 (29.3% from 255) = 16.78%

R = 33.79%
G = 49.43%
B = 16.78%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#95DA4A (or 0x95DA4A) is known color: Atlantis. HEX triplet: 95, DA and 4A. RGB value is (149,218,74). Sum of RGB (Red+Green+Blue) = 149+218+74=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 218 (85.55% from 255 or 49.43% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 218 - color contains mainly: green. Hex color #95DA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95DA4A is #6A25B5. Grayscale: #B5B5B5. Windows color (decimal): -6956470 or 4905621. OLE color: 4905621.

HSL color Cylindrical-coordinate representation of color #95DA4A: hue angle of 88.75º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #95DA4A is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 218 74 -
CMYK 0.32 0 0.66 0.15
HSL 88.75º 0.66% 0.57% -
HSV(B) 88.75º 0.66% 0.85% -
XYZ 38.7 57.03 15.45 -
YUV 180.95 67.64 105.21 -
System Red Green Blue C M Y K H S L
Decimal 149 218 74 0.32 0 0.66 0.15 88.75 0.66 0.57
Hex 95 DA 4A 20 0 42 F 59 42 39
Octal 225 332 112 40 0 102 17 131 102 71
Binary 10010101 11011010 1001010 100000 0 1000010 1111 1011001 1000010 111001

Color Harmonies of #95DA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DA4A

Black with #95DA4A

Text Example


Text Example

White with #95DA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,218,74); }

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

background-color css

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

 a { background-color: rgb(149,218,74); }

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

border-color css

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

 span { border-color: rgb(149,218,74); }

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