Html Css Color HEX #9ACF4E Atlantis

📋 copy color: '#9ACF4E'

red 154 ◦ green 207 ◦ blue 78

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

Shades of Atlantis #9ACF4E

Tints of Atlantis #9ACF4E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.15%

 BLUE value IS 78 (30.86% from 255) = 17.77%

R = 35.08%
G = 47.15%
B = 17.77%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#9ACF4E (or 0x9ACF4E) is known color: Atlantis. HEX triplet: 9A, CF and 4E. RGB value is (154,207,78). Sum of RGB (Red+Green+Blue) = 154+207+78=439 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.08% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 78 (30.86% from 255 or 17.77% from 439); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACF4E is #6530B1. Grayscale: #B0B0B0. Windows color (decimal): -6631602 or 5164954. OLE color: 5164954.

HSL color Cylindrical-coordinate representation of color #9ACF4E: hue angle of 84.65º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9ACF4E is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 207 78 -
CMYK 0.26 0 0.62 0.19
HSL 84.65º 0.57% 0.56% -
HSV(B) 84.65º 0.62% 0.81% -
XYZ 37.01 52.05 15.3 -
YUV 176.45 72.44 111.99 -
System Red Green Blue C M Y K H S L
Decimal 154 207 78 0.26 0 0.62 0.19 84.65 0.57 0.56
Hex 9A CF 4E 1A 0 3E 13 55 39 38
Octal 232 317 116 32 0 76 23 125 71 70
Binary 10011010 11001111 1001110 11010 0 111110 10011 1010101 111001 111000

Color Harmonies of #9ACF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACF4E

Black with #9ACF4E

Text Example


Text Example

White with #9ACF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,207,78); }

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

background-color css

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

 a { background-color: rgb(154,207,78); }

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

border-color css

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

 span { border-color: rgb(154,207,78); }

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