Html Css Color HEX #9ACF40 Atlantis

📋 copy color: '#9ACF40'

red 154 ◦ green 207 ◦ blue 64

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

Shades of Atlantis #9ACF40

Tints of Atlantis #9ACF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.06%

R = 36.24%
G = 48.71%
B = 15.06%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#9ACF40 (or 0x9ACF40) is known color: Atlantis. HEX triplet: 9A, CF and 40. RGB value is (154,207,64). Sum of RGB (Red+Green+Blue) = 154+207+64=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACF40 is #6530BF. Grayscale: #AFAFAF. Windows color (decimal): -6631616 or 4247450. OLE color: 4247450.

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

Color convert

RGB 154 207 64 -
CMYK 0.26 0 0.69 0.19
HSL 82.24º 0.6% 0.53% -
HSV(B) 82.24º 0.69% 0.81% -
XYZ 36.56 51.87 12.93 -
YUV 174.85 65.44 113.13 -
System Red Green Blue C M Y K H S L
Decimal 154 207 64 0.26 0 0.69 0.19 82.24 0.6 0.53
Hex 9A CF 40 1A 0 45 13 52 3C 35
Octal 232 317 100 32 0 105 23 122 74 65
Binary 10011010 11001111 1000000 11010 0 1000101 10011 1010010 111100 110101

Color Harmonies of #9ACF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACF40

Black with #9ACF40

Text Example


Text Example

White with #9ACF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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