Html Css Color HEX #9ACD41 Atlantis

📋 copy color: '#9ACD41'

red 154 ◦ green 205 ◦ blue 65

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

Shades of Atlantis #9ACD41

Tints of Atlantis #9ACD41

RGB

 RED value IS 154 (60.55% from 255) = 36.32%

 GREEN value IS 205 (80.47% from 255) = 48.35%

 BLUE value IS 65 (25.78% from 255) = 15.33%

R = 36.32%
G = 48.35%
B = 15.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#9ACD41 (or 0x9ACD41) is known color: Atlantis. HEX triplet: 9A, CD and 41. RGB value is (154,205,65). Sum of RGB (Red+Green+Blue) = 154+205+65=424 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.32% from 424); Green value is 205 (80.47% from 255 or 48.35% from 424); Blue value is 65 (25.78% from 255 or 15.33% from 424); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACD41 is #6532BE. Grayscale: #AEAEAE. Windows color (decimal): -6632127 or 4312474. OLE color: 4312474.

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

Color convert

RGB 154 205 65 -
CMYK 0.25 0 0.68 0.20
HSL 81.86º 0.58% 0.53% -
HSV(B) 81.86º 0.68% 0.8% -
XYZ 36.11 50.91 12.93 -
YUV 173.79 66.6 113.88 -
System Red Green Blue C M Y K H S L
Decimal 154 205 65 0.25 0 0.68 0.20 81.86 0.58 0.53
Hex 9A CD 41 19 0 44 14 52 3A 35
Octal 232 315 101 31 0 104 24 122 72 65
Binary 10011010 11001101 1000001 11001 0 1000100 10100 1010010 111010 110101

Color Harmonies of #9ACD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACD41

Black with #9ACD41

Text Example


Text Example

White with #9ACD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ACD41; }

 p { color: rgb(154,205,65); }

 H1.HeaderClassName
 {
   color: #9ACD41;
 }
 .AnyTagClassName
 {
   color: #9ACD41;
 }
</style>

background-color css

<style>
 a { background-color: #9ACD41; }

 a { background-color: rgb(154,205,65); }

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

border-color css

<style>
 span { border-color: #9ACD41; }

 span { border-color: rgb(154,205,65); }

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