Html Css Color HEX #ABCD4A Conifer

📋 copy color: '#ABCD4A'

red 171 ◦ green 205 ◦ blue 74

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

Shades of Conifer #ABCD4A

Tints of Conifer #ABCD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.44%

R = 38%
G = 45.56%
B = 16.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#ABCD4A (or 0xABCD4A) is known color: Conifer. HEX triplet: AB, CD and 4A. RGB value is (171,205,74). Sum of RGB (Red+Green+Blue) = 171+205+74=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 74 (29.30% from 255 or 16.44% from 450); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCD4A is #5432B5. Grayscale: #B4B4B4. Windows color (decimal): -5518006 or 4902315. OLE color: 4902315.

HSL color Cylindrical-coordinate representation of color #ABCD4A: hue angle of 75.57º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ABCD4A is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 205 74 -
CMYK 0.17 0 0.64 0.20
HSL 75.57º 0.57% 0.55% -
HSV(B) 75.57º 0.64% 0.8% -
XYZ 39.86 52.81 14.57 -
YUV 179.9 68.24 121.65 -
System Red Green Blue C M Y K H S L
Decimal 171 205 74 0.17 0 0.64 0.20 75.57 0.57 0.55
Hex AB CD 4A 11 0 40 14 4C 39 37
Octal 253 315 112 21 0 100 24 114 71 67
Binary 10101011 11001101 1001010 10001 0 1000000 10100 1001100 111001 110111

Color Harmonies of #ABCD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCD4A

Black with #ABCD4A

Text Example


Text Example

White with #ABCD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCD4A; }

 p { color: rgb(171,205,74); }

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

background-color css

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

 a { background-color: rgb(171,205,74); }

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

border-color css

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

 span { border-color: rgb(171,205,74); }

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