Html Css Color HEX #ABCC44 Atlantis

📋 copy color: '#ABCC44'

red 171 ◦ green 204 ◦ blue 68

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

Shades of Atlantis #ABCC44

Tints of Atlantis #ABCC44

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.05%

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

R = 38.6%
G = 46.05%
B = 15.35%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#ABCC44 (or 0xABCC44) is known color: Atlantis. HEX triplet: AB, CC and 44. RGB value is (171,204,68). Sum of RGB (Red+Green+Blue) = 171+204+68=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 68 (26.95% from 255 or 15.35% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCC44 is #5433BB. Grayscale: #B3B3B3. Windows color (decimal): -5518268 or 4508843. OLE color: 4508843.

HSL color Cylindrical-coordinate representation of color #ABCC44: hue angle of 74.56º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ABCC44 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 204 68 -
CMYK 0.16 0 0.67 0.2
HSL 74.56º 0.57% 0.53% -
HSV(B) 74.56º 0.67% 0.8% -
XYZ 39.43 52.26 13.48 -
YUV 178.63 65.57 122.56 -
System Red Green Blue C M Y K H S L
Decimal 171 204 68 0.16 0 0.67 0.2 74.56 0.57 0.53
Hex AB CC 44 10 0 43 14 4B 39 35
Octal 253 314 104 20 0 103 24 113 71 65
Binary 10101011 11001100 1000100 10000 0 1000011 10100 1001011 111001 110101

Color Harmonies of #ABCC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCC44

Black with #ABCC44

Text Example


Text Example

White with #ABCC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCC44; }

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

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

background-color css

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

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

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

border-color css

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

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

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