Html Css Color HEX #9ACD3F Atlantis

📋 copy color: '#9ACD3F'

red 154 ◦ green 205 ◦ blue 63

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

Shades of Atlantis #9ACD3F

Tints of Atlantis #9ACD3F

RGB

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

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

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

R = 36.49%
G = 48.58%
B = 14.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#9ACD3F (or 0x9ACD3F) is known color: Atlantis. HEX triplet: 9A, CD and 3F. RGB value is (154,205,63). Sum of RGB (Red+Green+Blue) = 154+205+63=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 63 (25% from 255 or 14.93% from 422); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACD3F is #6532C0. Grayscale: #AEAEAE. Windows color (decimal): -6632129 or 4181402. OLE color: 4181402.

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

Color convert

RGB 154 205 63 -
CMYK 0.25 0 0.69 0.20
HSL 81.55º 0.59% 0.53% -
HSV(B) 81.55º 0.69% 0.8% -
XYZ 36.05 50.89 12.63 -
YUV 173.56 65.6 114.05 -
System Red Green Blue C M Y K H S L
Decimal 154 205 63 0.25 0 0.69 0.20 81.55 0.59 0.53
Hex 9A CD 3F 19 0 45 14 52 3B 35
Octal 232 315 77 31 0 105 24 122 73 65
Binary 10011010 11001101 111111 11001 0 1000101 10100 1010010 111011 110101

Color Harmonies of #9ACD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACD3F

Black with #9ACD3F

Text Example


Text Example

White with #9ACD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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