Html Css Color HEX #ABCF44 Atlantis

📋 copy color: '#ABCF44'

red 171 ◦ green 207 ◦ blue 68

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

Shades of Atlantis #ABCF44

Tints of Atlantis #ABCF44

RGB

 RED value IS 171 (67.19% from 255) = 38.34%

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

 BLUE value IS 68 (26.95% from 255) = 15.25%

R = 38.34%
G = 46.41%
B = 15.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#ABCF44 (or 0xABCF44) is known color: Atlantis. HEX triplet: AB, CF and 44. RGB value is (171,207,68). Sum of RGB (Red+Green+Blue) = 171+207+68=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 68 (26.95% from 255 or 15.25% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCF44 is #5430BB. Grayscale: #B4B4B4. Windows color (decimal): -5517500 or 4509611. OLE color: 4509611.

HSL color Cylindrical-coordinate representation of color #ABCF44: hue angle of 75.54º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ABCF44 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 207 68 -
CMYK 0.17 0 0.67 0.19
HSL 75.54º 0.59% 0.54% -
HSV(B) 75.54º 0.67% 0.81% -
XYZ 40.15 53.7 13.72 -
YUV 180.39 64.57 121.3 -
System Red Green Blue C M Y K H S L
Decimal 171 207 68 0.17 0 0.67 0.19 75.54 0.59 0.54
Hex AB CF 44 11 0 43 13 4C 3B 36
Octal 253 317 104 21 0 103 23 114 73 66
Binary 10101011 11001111 1000100 10001 0 1000011 10011 1001100 111011 110110

Color Harmonies of #ABCF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCF44

Black with #ABCF44

Text Example


Text Example

White with #ABCF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCF44; }

 p { color: rgb(171,207,68); }

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

background-color css

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

 a { background-color: rgb(171,207,68); }

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

border-color css

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

 span { border-color: rgb(171,207,68); }

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